diff --git a/servers/keymaker/docker-compose.d/custom/nginx/conf.d/nebulosus.conf b/servers/keymaker/docker-compose.d/custom/nginx/conf.d/nebulosus.conf index de69d59..8f9d856 100644 --- a/servers/keymaker/docker-compose.d/custom/nginx/conf.d/nebulosus.conf +++ b/servers/keymaker/docker-compose.d/custom/nginx/conf.d/nebulosus.conf @@ -4,5 +4,7 @@ server { # SSL is managed by certbot, no need for a ssl listen; it will be generated automagically! - proxy_pass http://site; + location / { + proxy_pass http://site; + } }