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

added stats api

parent 9cc3a757
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,7 @@ http { ...@@ -122,6 +122,7 @@ http {
proxy_set_header X-Forwarded-Proto "https"; proxy_set_header X-Forwarded-Proto "https";
} }
location /personal/ { location /personal/ {
#proxy_pass http://130.183.207.77:8888; #proxy_pass http://130.183.207.77:8888;
alias "/usr/share/nginx/html/personal/"; alias "/usr/share/nginx/html/personal/";
...@@ -154,6 +155,13 @@ http { ...@@ -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/ { location /jupyter/ {
proxy_pass https://130.183.207.111:31570; proxy_pass https://130.183.207.111:31570;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment