Add events_custom_options to template.yml defaults (#208)

Co-authored-by: Alessandro Fael Garcia <alessfg@hotmail.com>
This commit is contained in:
Iyad Kandalaft 2020-06-17 08:48:29 -04:00 committed by GitHub
parent 8ef117145f
commit f76441f5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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: