Merge branch '7.4' into 8.0

This commit is contained in:
2022-07-01 19:08:18 +02:00
2 changed files with 0 additions and 6 deletions

View File

@@ -128,9 +128,6 @@ if [ -f /var/www/html/conf/nginx/nginx-site.conf ]; then
location ~ /\.ht {
deny all;
}
location ~ .*\.(?!htaccess).* {
deny all;
}
}
EOF

View File

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