Skip to content
Snippets Groups Projects
Commit e0f1209d authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

add jupyterjsc retries, add juniq first entry

parent ff79d285
No related branches found
No related tags found
No related merge requests found
......@@ -3,22 +3,22 @@ controller:
http-snippet: |-
upstream jupyterjsc-retries {
server jupyterjsc-proxy-public.jupyter.svc:443 max_fails=0;
server jupyterjsc-proxy-public.jupyter.svc:8443 max_fails=0;
server jupyterjsc-proxy-public.jupyter.svc:8444 max_fails=0;
server jupyterjsc-proxy-public.jupyter.svc:8445 max_fails=0;
server jupyterjsc-proxy-public.jupyter.svc:8446 max_fails=0;
server jupyterjsc-proxy-public.jupyter.svc:8447 max_fails=0;
keepalive 32;
}
upstream juniq-retries {
server juniq-proxy-public.jupyter.svc:443 max_fails=0;
keepalive 32;
}
# server jupyterjsc-proxy-public.jupyter.svc:8443 max_fails=0;
# server jupyterjsc-proxy-public.jupyter.svc:8444 max_fails=0;
# server jupyterjsc-proxy-public.jupyter.svc:8445 max_fails=0;
# server jupyterjsc-proxy-public.jupyter.svc:8446 max_fails=0;
# server jupyterjsc-proxy-public.jupyter.svc:8447 max_fails=0;
# upstream juniq-retries {
# server juniq-proxy-public.jupyter.svc:443 max_fails=0;
# server juniq-proxy-public.jupyter.svc:8443 max_fails=0;
# server juniq-proxy-public.jupyter.svc:8444 max_fails=0;
# server juniq-proxy-public.jupyter.svc:8445 max_fails=0;
# server juniq-proxy-public.jupyter.svc:8446 max_fails=0;
# server juniq-proxy-public.jupyter.svc:8447 max_fails=0;
# keepalive 32;
# }
# upstream eurocc-retries {
# server eurocc-proxy-public.jupyter.svc:443 max_fails=0;
# server eurocc-proxy-public.jupyter.svc:8443 max_fails=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment