This commit is contained in:
Alexandre
2025-07-28 16:42:26 +02:00
committed by GitHub
parent fca8678fd8
commit 637cf0e14d

View File

@@ -22,6 +22,14 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# Prevent timeouts
proxy_read_timeout 86400;
proxy_send_timeout 86400;
# SSE-specific headers
add_header Cache-Control no-cache;
add_header Content-Type text/event-stream;
# Correct base_url
proxy_set_header Accept-Encoding "";
sub_filter_once off;