From ad732576490d92f50b48d6bc57058c5f1265a5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=20Pezz=C3=A8?= Date: Thu, 8 Apr 2021 19:46:57 +0200 Subject: [PATCH] fix: use new app address --- Resources/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/nginx/nginx.conf b/Resources/nginx/nginx.conf index 0a633b54..4c3763c7 100644 --- a/Resources/nginx/nginx.conf +++ b/Resources/nginx/nginx.conf @@ -37,7 +37,7 @@ http { upstream pokeapi_upstream { # 'app' is the Django container name in Docker - server app:8000 fail_timeout=0; + server app:80 fail_timeout=0; } upstream graphql_upstream {