Skip to content

Commit f76441f

Browse files
Add events_custom_options to template.yml defaults (#208)
Co-authored-by: Alessandro Fael Garcia <[email protected]>
1 parent 8ef1171 commit f76441f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

defaults/main/template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ nginx_main_template:
4646
last_modified: "off"
4747
once: "on"
4848
types: "text/html"
49+
# custom_options: []
4950
# http_custom_options: []
51+
# events_custom_options: []
5052
stream_enable: false
5153
# stream_custom_options: []
5254
# auth_request_http: /auth

molecule/common/playbook_template.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,14 @@
3838
last_modified: "off"
3939
once: "on"
4040
types: "text/html"
41-
stream_enable: true
4241
http_global_autoindex: false
42+
custom_options:
43+
- master_process on;
44+
http_custom_options:
45+
- aio off;
46+
events_custom_options:
47+
- accept_mutex off;
48+
stream_enable: true
4349

4450
nginx_http_template_enable: true
4551
nginx_http_template:

0 commit comments

Comments
 (0)