From 7c9f355bba24ba4b778030523af404f3c35d7269 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Wed, 6 Oct 2021 19:17:42 +0200 Subject: [PATCH] updated nginx state --- states/nginx/templates/types/simple.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/nginx/templates/types/simple.j2 b/states/nginx/templates/types/simple.j2 index 6abc02f..40c2296 100644 --- a/states/nginx/templates/types/simple.j2 +++ b/states/nginx/templates/types/simple.j2 @@ -27,7 +27,7 @@ server { autoindex on; autoindex_localtime on; {%- else %} - index index.html index.rss; + index index.html index.rss; {% endif %} }