From a8e4463b857ac4718aabb119c25bf1c3cffb0584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ba=C3=B1ados=20Schwerter?= Date: Mon, 23 Sep 2024 15:23:05 +0000 Subject: [PATCH] Updated nginx docs --- docker/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 3304e7580..4de035de7 100644 --- a/docker/README.md +++ b/docker/README.md @@ -286,7 +286,9 @@ To add a new site: access_log /var/log/nginx/$SUBDOMAIN.dev.access.log; location / { - proxy_set_header Host $host; + proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; + proxy_http_version 1.1; + proxy_set_header Connection ""; proxy_pass http://altlab-itw:$PORT; } }