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;