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
handle @shlink {
reverse_proxy http://roguemini.housh.dev:8880
crowdsec
}
# Shlink public proxy.
@api path /rest /rest/*
handle @api {
reverse_proxy http://roguemini.housh.dev:8880
crowdsec
}
handle {
reverse_proxy http://roguemini.housh.dev:8881
crowdsec
}
@shlink_web host shlink.housh.dev
handle @shlink_web {
reverse_proxy http://roguemin.housh.dev:8881
crowdsec
}
}