fix: uptime-kuma reverse proxy config

This commit is contained in:
Clément Désiles
2026-04-11 22:53:06 +02:00
parent c4136ba5d2
commit 6fc7879648
2 changed files with 8 additions and 1 deletions
@@ -46,9 +46,10 @@ server {
# WebSocket support for real-time updates
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Connection $http_connection;
# Disable buffering for real-time updates
proxy_buffering off;
proxy_read_timeout 3600s;
}
}