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;