Fix nginx permission

This commit is contained in:
2022-07-01 19:06:49 +02:00
parent 11f01e7221
commit 8070b845b4
2 changed files with 0 additions and 6 deletions

View File

@@ -36,7 +36,4 @@ server {
location ~ /\.ht {
deny all;
}
location ~ .*\.(?!htaccess).* {
deny all;
}
}