diff --git a/nginx-labtest-nomad.conf b/nginx-labtest-nomad.conf
index ff758afd0f3cb0427a37f511e8d2c953b4723d15..3bb1c9b3d5ecdfff7f269fa35f7885706f48232b 100644
--- a/nginx-labtest-nomad.conf
+++ b/nginx-labtest-nomad.conf
@@ -106,10 +106,6 @@ http {
       return 301 $scheme://$server_name/static/archiveGlobalStats.html;
     }
 
-    location /analytics/springer {
-      alias "/usr/share/nginx/html/analytics/springer";
-    }
-
     location /userapi/demos {
       index index.json;
       alias "/usr/share/nginx/html/userapi/demos";
@@ -146,6 +142,9 @@ http {
       proxy_pass http://130.183.207.113:32600;
     }
 
+    location /analytics/ {
+      proxy_pass http://130.183.207.113:31842;
+    }
 
     location /archive/ {
       proxy_pass http://130.183.207.113:31596;
diff --git a/nginx.conf.in b/nginx.conf.in
index 5fc015de3373d77ef364c6797c333a78b8a8364a..a3991d7d2f39af66d9ef84513eeb8775db3eec05 100644
--- a/nginx.conf.in
+++ b/nginx.conf.in
@@ -100,10 +100,6 @@ http {
       return 301 $scheme://$server_name/static/archiveGlobalStats.html;
     }
 
-    location /analytics/springer {
-      alias "/usr/share/nginx/html/analytics/springer";
-    }
-
     location /userapi/demos {
       index index.json;
       alias "/usr/share/nginx/html/userapi/demos";