diff --git a/jupyterhub.conf b/jupyterhub.conf index e6e2c64..5f5b5c2 100644 --- a/jupyterhub.conf +++ b/jupyterhub.conf @@ -1,3 +1,12 @@ +server { + listen 443 ssl http2; + listen [::]:443 ssl http2; + + server_name aprilfools.exozy.me securly.exozy.me; + + return 301 https://hub.exozy.me; +} + server { listen 443 ssl http2; listen [::]:443 ssl http2;