diff --git a/tests/playbooks/nginx-template.yml b/tests/playbooks/nginx-template.yml index 841f848..daaea92 100644 --- a/tests/playbooks/nginx-template.yml +++ b/tests/playbooks/nginx-template.yml @@ -15,6 +15,9 @@ server_name: localhost error_page: /usr/share/nginx/html web_server: - html_file_location: /usr/share/nginx/html - html_file_name: index.html + locations: + default: + location: / + html_file_location: /usr/share/nginx/html + html_file_name: index.html http_demo_conf: false