Skip to content

Commit

Permalink
Update likeapache.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kottenator committed Jun 7, 2016
1 parent 19bc8b6 commit b677dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/start/topics/examples/likeapache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NGINX
server_name myhost;
location / {
root /path/to/myapp/public;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Host $host:$server_port;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://myapp:8080;
Expand Down

0 comments on commit b677dd1

Please sign in to comment.