mirror of
https://github.com/jkaninda/nginx-php-fpm.git
synced 2025-12-07 22:19:44 +01:00
Fix nginx permission
This commit is contained in:
@@ -36,7 +36,4 @@ server {
|
||||
location ~ /\.ht {
|
||||
deny all;
|
||||
}
|
||||
location ~ .*\.(?!htaccess).* {
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user