diff --git a/jupyterhub.conf b/jupyterhub.conf index e6e2c64..ca1e732 100644 --- a/jupyterhub.conf +++ b/jupyterhub.conf @@ -4,6 +4,15 @@ server { server_name hub.exozy.me; + return 301 https://securly.exozy.me; +} + +server { + listen 443 ssl http2; + listen [::]:443 ssl http2; + + server_name aprilfools.exozy.me; + include conf.d/ssl; location ~ ^/user/(.*)/desk/(.*)$ {