Skip to content
Snippets Groups Projects
Commit 21995604 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

fixing springer data visualization

parent afa83ff1
No related branches found
No related tags found
No related merge requests found
...@@ -106,10 +106,6 @@ http { ...@@ -106,10 +106,6 @@ http {
return 301 $scheme://$server_name/static/archiveGlobalStats.html; return 301 $scheme://$server_name/static/archiveGlobalStats.html;
} }
location /analytics/springer {
alias "/usr/share/nginx/html/analytics/springer";
}
location /userapi/demos { location /userapi/demos {
index index.json; index index.json;
alias "/usr/share/nginx/html/userapi/demos"; alias "/usr/share/nginx/html/userapi/demos";
...@@ -146,6 +142,9 @@ http { ...@@ -146,6 +142,9 @@ http {
proxy_pass http://130.183.207.113:32600; proxy_pass http://130.183.207.113:32600;
} }
location /analytics/ {
proxy_pass http://130.183.207.113:31842;
}
location /archive/ { location /archive/ {
proxy_pass http://130.183.207.113:31596; proxy_pass http://130.183.207.113:31596;
......
...@@ -100,10 +100,6 @@ http { ...@@ -100,10 +100,6 @@ http {
return 301 $scheme://$server_name/static/archiveGlobalStats.html; return 301 $scheme://$server_name/static/archiveGlobalStats.html;
} }
location /analytics/springer {
alias "/usr/share/nginx/html/analytics/springer";
}
location /userapi/demos { location /userapi/demos {
index index.json; index index.json;
alias "/usr/share/nginx/html/userapi/demos"; alias "/usr/share/nginx/html/userapi/demos";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment