From 164a6bda9858d9a7ee4ed65567be51d35a7613ef Mon Sep 17 00:00:00 2001 From: Alexander Rublev Date: Mon, 19 Nov 2018 07:10:19 +0300 Subject: [PATCH] Update test nginx-template.yml --- tests/playbooks/nginx-template.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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