From dd2f703d7020cce20f36609c440bc99078572dad Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed <fawzi.mohamed@fhi-berlin.mpg.de> Date: Fri, 12 Apr 2019 19:31:37 +0200 Subject: [PATCH] added stats api --- nginx-labtest-nomad.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nginx-labtest-nomad.conf b/nginx-labtest-nomad.conf index 0a745ad..0859f83 100644 --- a/nginx-labtest-nomad.conf +++ b/nginx-labtest-nomad.conf @@ -122,6 +122,7 @@ http { proxy_set_header X-Forwarded-Proto "https"; } + location /personal/ { #proxy_pass http://130.183.207.77:8888; alias "/usr/share/nginx/html/personal/"; @@ -154,6 +155,13 @@ http { + location /stats/ { + proxy_pass http://130.183.207.111:31725; + } + + location /apitest/ { + proxy_pass http://130.183.207.111:31725; + } location /jupyter/ { proxy_pass https://130.183.207.111:31570; -- GitLab