diff --git a/nginx/sites-available/status.zzls.xyz.conf b/nginx/sites-available/status.zzls.xyz.conf index a7309ec..90e8eb6 100644 --- a/nginx/sites-available/status.zzls.xyz.conf +++ b/nginx/sites-available/status.zzls.xyz.conf @@ -8,6 +8,8 @@ server { location / { proxy_pass http://127.0.0.1:41030/; include configs/proxyheaders.conf; + proxy_set_header Connection "upgrade"; + proxy_set_header Host $host; } # QUIC