fix: Moves shlink web interface to seperate domain to try and solve issues.

This commit is contained in:
2025-11-18 14:40:53 -05:00
parent 509445bad6
commit b6ebac2c15

View File

@@ -126,18 +126,14 @@
@shlink host l.housh.dev @shlink host l.housh.dev
handle @shlink { handle @shlink {
reverse_proxy http://roguemini.housh.dev:8880
crowdsec
}
# Shlink public proxy. @shlink_web host shlink.housh.dev
@api path /rest /rest/* handle @shlink_web {
handle @api { reverse_proxy http://roguemin.housh.dev:8881
reverse_proxy http://roguemini.housh.dev:8880 crowdsec
crowdsec
}
handle {
reverse_proxy http://roguemini.housh.dev:8881
crowdsec
}
} }
} }