From 54b3b1ca58c6e9ce75e9debfed250d2a000cfe5d Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 2 Apr 2022 11:48:06 -0500 Subject: [PATCH] Use a 301 to "fix" the April Fools joke --- jupyterhub.conf | 9 +++++++++ 1 file changed, 9 insertions(+) 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;