Skip to content

Commit

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

0 comments on commit 4ed10a2

Please sign in to comment.