From dff3759b27e5e3881388627f191046166ce9d95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Sat, 6 Jul 2013 00:23:21 -0300 Subject: [PATCH] :scissors: --- modules/projects/templates/shared/nginx.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/projects/templates/shared/nginx.conf.erb b/modules/projects/templates/shared/nginx.conf.erb index 590edbf..f952e5f 100644 --- a/modules/projects/templates/shared/nginx.conf.erb +++ b/modules/projects/templates/shared/nginx.conf.erb @@ -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;