This commit is contained in:
Rafael Mendonça França 2013-07-06 00:23:21 -03:00
parent 6912865db8
commit dff3759b27

View file

@ -19,7 +19,7 @@ server {
location = /50x.html {
root html;
}
try_files $uri/index.html $uri @<%= @server_name %>;
location @<%= @server_name %> {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;