mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
🚀 Add core options
This commit is contained in:
committed by
Emilien M
parent
d262ddd79e
commit
c552dd3642
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user