Skip to content
Snippets Groups Projects
Commit d55c0636 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

Merge branch 'develop' into redmine-issues/12064

parents d93c0a92 a282d6e2
No related branches found
No related tags found
1 merge request!118REDMINE_ISSUE-12064
...@@ -10,6 +10,11 @@ server { ...@@ -10,6 +10,11 @@ server {
client_max_body_size 4G; client_max_body_size 4G;
location = / {
absolute_redirect off;
return 301 /geocontrib/ ;
}
location /geocontrib/api { location /geocontrib/api {
proxy_pass_header Set-Cookie; proxy_pass_header Set-Cookie;
proxy_set_header X-NginX-Proxy true; proxy_set_header X-NginX-Proxy true;
...@@ -46,7 +51,5 @@ server { ...@@ -46,7 +51,5 @@ server {
index index.html; index index.html;
try_files $uri $uri/ /geocontrib/index.html; try_files $uri $uri/ /geocontrib/index.html;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment