From 4ed10a217797a9fadcc8c08de5dc59562664b0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ba=C3=B1ados=20Schwerter?= Date: Mon, 23 Sep 2024 16:47:27 +0000 Subject: [PATCH] Changed Indentation --- docker/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 4de035de7..7ff1b9365 100644 --- a/docker/README.md +++ b/docker/README.md @@ -286,7 +286,8 @@ To add a new site: access_log /var/log/nginx/$SUBDOMAIN.dev.access.log; location / { - proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; + 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;