Use a 301 to "fix" the April Fools joke

This commit is contained in:
Anthony Wang 2022-04-02 11:48:06 -05:00
parent 55c7cc9527
commit 54b3b1ca58
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -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;