diff --git a/docker/caddy/Caddyfile b/docker/caddy/Caddyfile index 3642eba..008fbd7 100644 --- a/docker/caddy/Caddyfile +++ b/docker/caddy/Caddyfile @@ -1,4 +1,4 @@ -http://localhost { +http://localhost, http://192.168.178.65 { handle_path /static/* { root * /srv/static file_server { @@ -16,11 +16,3 @@ http://localhost { reverse_proxy http://main } - -# http://localhost:8080 { -# reverse_proxy http://db-admin -# } - -http://localhost:8081 { - reverse_proxy http://blog:2368 -}