This commit is contained in:
2025-03-25 11:49:19 -05:00
parent 93a6cb8874
commit fb5fa3cf3f

View File

@@ -233,7 +233,8 @@ authentik.akanealw.com {
handle @files {
handle @allowed {
redir / /files{uri}
}
reverse_proxy 192.168.1.50:80
}
respond "ip range not allowed"
}
@@ -337,7 +338,8 @@ authentik.akanealw.com {
handle @scripts {
handle @allowed {
redir / /scripts{uri}
}
reverse_proxy 192.168.1.50:80
}
respond "ip range not allowed"
}