Planka SWAG tweaks.

This commit is contained in:
2025-06-20 21:03:36 -04:00
parent 7ba228340a
commit 6fa63c121c
-16
View File
@@ -3780,22 +3780,6 @@ services:
swag_address: planka
swag_server_custom_directive:
location ~* \.io {
proxy_set_header Upgrade $$http_upgrade;
proxy_set_header Connection "upgrade";
client_max_body_size 50M;
proxy_set_header Host $$http_host;
proxy_set_header X-Real-IP $$remote_addr;
proxy_set_header X-Forwarded-For $$proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $$scheme;
proxy_set_header X-Frame-Options SAMEORIGIN;
proxy_buffers 256 16k;
proxy_buffer_size 16k;
client_body_timeout 60;
send_timeout 300;
lingering_timeout 5;
proxy_connect_timeout 1d;
proxy_send_timeout 1d;
proxy_read_timeout 1d;
proxy_pass http://planka:1337;
}
swag.uptime-kuma.enabled: true