This commit is contained in:
2025-12-07 11:04:54 +01:00
parent 87aad182e8
commit 7a1024fbdc

View File

@@ -1,8 +1,3 @@
location ~ /\.git {
deny all;
return 404;
}
location ~ (\.aws$|\.cgi$|\.env$) {
return 444;
}