Skip to content

Commit

Permalink
capified
Browse files Browse the repository at this point in the history
  • Loading branch information
paolotax committed Apr 29, 2012
1 parent 09c0cd5 commit 18043a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/recipes/templates/nginx_unicorn.erb
Expand Up @@ -14,7 +14,7 @@ server {
}

try_files $uri/index.html $uri @unicorn_encio;
location @unicorn_school {
location @unicorn_encio {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
Expand Down

0 comments on commit 18043a6

Please sign in to comment.