Skip to content

Commit

Permalink
Updated nginx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Sep 23, 2024
1 parent 902300b commit a8e4463
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit a8e4463

Please sign in to comment.