From daf278c6aac9f7463b80ea5d90a296da96da900b Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:18:01 +0200 Subject: [PATCH] nginx --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 76072cc..9012f5d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -80,7 +80,7 @@ http { location / { resolver 127.0.0.11 valid=30s; set $upstream_frontend hugo-chat-frontend; - proxy_pass http://$upstream_frontend:80/; + proxy_pass http://$upstream_frontend:80; } }