We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef1171 commit f76441fCopy full SHA for f76441f
defaults/main/template.yml
@@ -46,7 +46,9 @@ nginx_main_template:
46
last_modified: "off"
47
once: "on"
48
types: "text/html"
49
+ # custom_options: []
50
# http_custom_options: []
51
+ # events_custom_options: []
52
stream_enable: false
53
# stream_custom_options: []
54
# auth_request_http: /auth
molecule/common/playbook_template.yml
@@ -38,8 +38,14 @@
38
39
40
41
- stream_enable: true
42
http_global_autoindex: false
+ custom_options:
43
+ - master_process on;
44
+ http_custom_options:
45
+ - aio off;
+ events_custom_options:
+ - accept_mutex off;
+ stream_enable: true
nginx_http_template_enable: true
nginx_http_template:
0 commit comments