🚀 Add core options

This commit is contained in:
Emilien Mantel
2023-05-30 15:30:25 +02:00
committed by Emilien M
parent d262ddd79e
commit c552dd3642
4 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
user {{ nginx_user }};
worker_processes {{ nginx_worker_processes }};
pid {{ nginx_pid }};
{% for i in nginx_custom_core %}
{{ i }}
{% endfor %}
include {{ nginx_etc_dir }}/modules-enabled/*.conf;
events {