testing api path bypass

This commit is contained in:
2025-03-26 03:42:00 -05:00
parent 79ce5d7829
commit 5db3292d9a

View File

@@ -468,7 +468,15 @@ authentik.akanealw.com {
@filebrowser host filebrowser.akanealw.com
@apipath {
import auth
path /api*
path /share*
path /static*
}
handle @filebrowser {
handle @apipath {
reverse_proxy 192.168.1.30:8484
}
import auth
reverse_proxy 192.168.1.30:8484
}