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

This commit is contained in:
2025-09-02 15:33:18 +03:00
parent c007c0b296
commit a6360ccd2e
21 changed files with 1269 additions and 316 deletions

View File

@@ -20,6 +20,12 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Port $server_port;
# Передача cookies и сессии
proxy_pass_request_headers on;
proxy_pass_request_body on;
proxy_set_header Cookie $http_cookie;
proxy_set_header Authorization $http_authorization;
}
# Проксирование к development серверу frontend