Fix nginx permission

This commit is contained in:
2022-07-01 19:18:16 +02:00
parent 3b589edb89
commit 243511bb83

View File

@@ -125,7 +125,7 @@ if [ -f /var/www/html/conf/nginx/nginx-site.conf ]; then
}
# deny access to Apache .htaccess on Nginx with PHP,
# if Apache and Nginx document roots concur
location ~ /\.ht {deny all;}
location ~ /\.ht {deny all;}
location ~ /\.svn/ {deny all;}
location ~ /\.git/ {deny all;}
location ~ /\.hg/ {deny all;}