fix: nginx is love

This commit is contained in:
Strix 2024-01-01 19:18:07 +01:00
parent d2f01bbe03
commit 517077f540
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -10,7 +10,6 @@ server {
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_http_version 1.1;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;