Skip to content

Commit 7f4d283

Browse files
committed
fix tests
1 parent 7383180 commit 7f4d283

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

molecule/complete/converge.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,15 @@
3030
dest: /etc/ssl/private
3131
backup: true
3232

33-
nginx_config_modules:
34-
- modules/ngx_http_js_module.so
35-
3633
nginx_config_main_template_enable: true
3734
nginx_config_main_template:
3835
template_file: nginx.conf.j2
3936
deployment_location: /etc/nginx/nginx.conf
4037
backup: true
4138
config:
4239
main:
40+
load_module:
41+
- modules/ngx_http_js_module.so
4342
user:
4443
username: nginx
4544
worker_cpu_affinity:

molecule/default/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
core:
3838
default_type: application/octet-stream
3939
send_file: true
40-
keepalive_timeout: 65
40+
keepalive_timeout: 65s
4141
log:
4242
format:
4343
- name: main

0 commit comments

Comments
 (0)