🚀 Add core options

This commit is contained in:
Emilien Mantel
2023-05-30 15:30:25 +02:00
parent 93461d2a80
commit f02b0e157f
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 {