Skip to content

Commit 164a6bd

Browse files
committed
Update test nginx-template.yml
1 parent 19d1948 commit 164a6bd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/playbooks/nginx-template.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
server_name: localhost
1616
error_page: /usr/share/nginx/html
1717
web_server:
18-
html_file_location: /usr/share/nginx/html
19-
html_file_name: index.html
18+
locations:
19+
default:
20+
location: /
21+
html_file_location: /usr/share/nginx/html
22+
html_file_name: index.html
2023
http_demo_conf: false

0 commit comments

Comments
 (0)