minor changes

This commit is contained in:
2025-12-07 11:02:17 +01:00
parent ac5fd33cc2
commit 43c4e51e9a

View File

@@ -3,6 +3,6 @@ deny all;
return 404;
}
location ~ (\.aws$|\.cgi$|\.env$|\.perl$|\.pl$|\.py$) {
location ~ (\.aws$|\.cgi$|\.env$|\.perl$|\.pl$|\.py$|\.sh$) {
return 444;
}