This commit is contained in:
Lizandro Guarnizo
2026-06-05 16:31:34 -05:00
parent 91a538cef7
commit 1a85d6e9a8
3 changed files with 6 additions and 24 deletions
+3 -4
View File
@@ -1,3 +1,5 @@
error_log /dev/stderr warn;
server {
listen 80;
server_name _;
@@ -21,13 +23,10 @@ server {
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param APP_ENV production;
}
location ~ /\.(?!well-known).* {
deny all;
}
location ~ \.css\.map$ {
deny all;
}
}