ваше сообщение коммита

This commit is contained in:
2025-07-11 16:45:09 +03:00
parent e0ec889863
commit 584ff401ad
42 changed files with 1945 additions and 1004 deletions

View File

@@ -36,6 +36,12 @@ server {
proxy_set_header Connection "upgrade";
}
# Запрет на доступ к чувствительным файлам
location ~* /(sendgrid\.env|env\.js|config\.js|aws-exports\.js|firebase-config\.js|firebase\.js|settings\.js|app-settings\.js|config\.json|credentials\.json|secrets\.json)$ {
deny all;
return 403;
}
# Основные страницы
location / {
proxy_pass http://localhost:9000;