diff --git a/config/recipes/templates/nginx_unicorn.erb b/config/recipes/templates/nginx_unicorn.erb index bde3d3c..82d8842 100644 --- a/config/recipes/templates/nginx_unicorn.erb +++ b/config/recipes/templates/nginx_unicorn.erb @@ -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;