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 7383180 commit 7f4d283Copy full SHA for 7f4d283
molecule/complete/converge.yml
@@ -30,16 +30,15 @@
30
dest: /etc/ssl/private
31
backup: true
32
33
- nginx_config_modules:
34
- - modules/ngx_http_js_module.so
35
-
36
nginx_config_main_template_enable: true
37
nginx_config_main_template:
38
template_file: nginx.conf.j2
39
deployment_location: /etc/nginx/nginx.conf
40
41
config:
42
main:
+ load_module:
+ - modules/ngx_http_js_module.so
43
user:
44
username: nginx
45
worker_cpu_affinity:
molecule/default/converge.yml
@@ -37,7 +37,7 @@
core:
default_type: application/octet-stream
send_file: true
- keepalive_timeout: 65
+ keepalive_timeout: 65s
log:
format:
- name: main
0 commit comments