diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index fbe9c73..37f261e 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -7,7 +7,7 @@ events { http { upstream webuwsgi { - server {{ env "STACK_NAME" }}_front:8080; + server {{ env "STACK_NAME" }}_web:8080; } include /etc/nginx/mime.types;