Updated nginx prod configuration

This commit is contained in:
F4ilji
2026-01-21 16:36:48 +05:00
parent afda333c25
commit b976814d8b
-15
View File
@@ -67,21 +67,6 @@ server {
return 404;
}
location ~ /vikon_core/internal/config\.php$ {
deny all;
return 404;
}
location ~ ^/vikon_core/internal/ {
deny all;
return 404;
}
location ~ ^/vikon_core/(?!update/index\.php|update/make_executor\.php).*\.php$ {
deny all;
return 404;
}
location ~ /\.(?!well-known).* {
deny all;
}