From 5fe373f150bb7f9d76c91eaf52b0702fc5a538ba Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 20 Mar 2021 10:40:40 +0100 Subject: [PATCH] updated nginx state --- states/nginx/templates/types/nextcloud.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/states/nginx/templates/types/nextcloud.j2 b/states/nginx/templates/types/nextcloud.j2 index d96a481..b3f0884 100644 --- a/states/nginx/templates/types/nextcloud.j2 +++ b/states/nginx/templates/types/nextcloud.j2 @@ -31,13 +31,13 @@ server { } location = /robots.txt { - allow all; - log_not_found off; - access_log off; + allow all; + log_not_found off; + access_log off; } location ~ ^/(data|config|\.ht|db_structure\.xml|README) { - deny all; + deny all; } location ~ ^(.+?\.php)(/.*)?$ {