diff --git a/Caddyfile.wrapper b/Caddyfile.wrapper index 7d009e8..a5c81d6 100644 --- a/Caddyfile.wrapper +++ b/Caddyfile.wrapper @@ -14,10 +14,18 @@ (common_auth) { basicauth { - Standa {$BASIC_AUTH_HASH} + Standa $2a$14$Qt8qzPSymY09baSwfhTVw./vsB4debh4UcS5Ty/2yg44vXrGnxTz. } } +deploy.hubacek.cloud { + @allowed remote_ip 192.168.50.110 + handle @allowed { + reverse_proxy 127.0.0.1:9001 + } + respond "Forbidden" 403 +} + www.hubacek.cloud { redir https://hubacek.cloud{uri} permanent }