feat: Updates shlink to pass /rest/* paths to shlink server.

This commit is contained in:
2025-11-18 14:34:58 -05:00
parent 1440048847
commit 509445bad6

View File

@@ -126,8 +126,18 @@
@shlink host l.housh.dev
handle @shlink {
reverse_proxy http://roguemini.housh.dev:8881
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
}
}
}