From 8a8fcb9a6af06f79d4003386d73ce9eb95d577e6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 16 May 2021 15:02:25 +0200 Subject: [PATCH] Use new service name --- nginx.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;