Skip to content

Commit

Permalink
improved nginx recipe some more
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 29, 2011
1 parent 5567187 commit 93c46fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -81,7 +81,7 @@ Nginx reverse proxy.
location / {
proxy_read_timeout 300;
proxy_pass http://myapp;
proxy_set_header Host $http_host;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-HTTPS 0;
}
Expand Down

0 comments on commit 93c46fc

Please sign in to comment.