diff --git a/Caddyfile b/Caddyfile index 00abb69..bd5dec1 100755 --- a/Caddyfile +++ b/Caddyfile @@ -473,20 +473,25 @@ auth.akanealw.com { # external subdomains with authentik # # - # @ host .akanealw.com - # handle @ { - # import auth - # reverse_proxy 192.168.1. - # } + # @ host .akanealw.com + # handle @ { + # import auth + # reverse_proxy 192.168.1. + # } # + # @ host .akanealw.com + # handle @ { + # handle @external { + # import auth + # } + # reverse_proxy 192.168.1. + # } # # -------------------------------------------------- @memos host memos.akanealw.com handle @memos { - handle @external { - import auth - } + import auth reverse_proxy 192.168.1.4:5230 }