fix: simplify Caddyfile handle directives

This commit is contained in:
2026-03-28 12:38:20 +01:00
parent f34cc15991
commit e2670077da

View File

@@ -7,15 +7,10 @@
@ask_host {
host ask.xn--2dk.xyz
}
@ask_websocket {
@ask_ws {
header Connection *Upgrade*
header Upgrade websocket
}
handle @ask_host @ask_websocket {
reverse_proxy localhost:7682 {
flush_interval -1
}
}
handle @ask_host {
reverse_proxy localhost:7682 {
flush_interval -1