Add events_custom_options to template.yml defaults (#208)
Co-authored-by: Alessandro Fael Garcia <alessfg@hotmail.com>
This commit is contained in:
parent
8ef117145f
commit
f76441f5d4
@ -46,7 +46,9 @@ nginx_main_template:
|
||||
last_modified: "off"
|
||||
once: "on"
|
||||
types: "text/html"
|
||||
# custom_options: []
|
||||
# http_custom_options: []
|
||||
# events_custom_options: []
|
||||
stream_enable: false
|
||||
# stream_custom_options: []
|
||||
# auth_request_http: /auth
|
||||
|
@ -38,8 +38,14 @@
|
||||
last_modified: "off"
|
||||
once: "on"
|
||||
types: "text/html"
|
||||
stream_enable: true
|
||||
http_global_autoindex: false
|
||||
custom_options:
|
||||
- master_process on;
|
||||
http_custom_options:
|
||||
- aio off;
|
||||
events_custom_options:
|
||||
- accept_mutex off;
|
||||
stream_enable: true
|
||||
|
||||
nginx_http_template_enable: true
|
||||
nginx_http_template:
|
||||
|
Loading…
Reference in New Issue
Block a user