Planka fixes.
This commit is contained in:
+17
-17
@@ -3780,23 +3780,23 @@ services:
|
|||||||
swag_address: planka
|
swag_address: planka
|
||||||
swag_server_custom_directive:
|
swag_server_custom_directive:
|
||||||
location ~* \.io {
|
location ~* \.io {
|
||||||
proxy_set_header Upgrade $$http_upgrade;
|
proxy_set_header Upgrade $$http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
client_max_body_size 50M;
|
client_max_body_size 50M;
|
||||||
proxy_set_header Host $$http_host;
|
proxy_set_header Host $$http_host;
|
||||||
proxy_set_header X-Real-IP $$remote_addr;
|
proxy_set_header X-Real-IP $$remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $$proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $$proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $$scheme;
|
proxy_set_header X-Forwarded-Proto $$scheme;
|
||||||
proxy_set_header X-Frame-Options SAMEORIGIN;
|
proxy_set_header X-Frame-Options SAMEORIGIN;
|
||||||
proxy_buffers 256 16k;
|
proxy_buffers 256 16k;
|
||||||
proxy_buffer_size 16k;
|
proxy_buffer_size 16k;
|
||||||
client_body_timeout 60;
|
client_body_timeout 60;
|
||||||
send_timeout 300;
|
send_timeout 300;
|
||||||
lingering_timeout 5;
|
lingering_timeout 5;
|
||||||
proxy_connect_timeout 1d;
|
proxy_connect_timeout 1d;
|
||||||
proxy_send_timeout 1d;
|
proxy_send_timeout 1d;
|
||||||
proxy_read_timeout 1d;
|
proxy_read_timeout 1d;
|
||||||
proxy_pass http://planka:1337;
|
proxy_pass http://planka:1337;
|
||||||
}
|
}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://kanban.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://kanban.${MY_TLD}
|
||||||
|
|||||||
Reference in New Issue
Block a user