Evo.Gateway/config/include/headers.conf
2024-06-06 21:52:21 +03:00

5 lines
176 B
Plaintext

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;