2022 April Fool's Day!!! 🎉

This commit is contained in:
Anthony Wang 2022-03-31 20:50:29 -05:00
parent 2835ec74e5
commit 5168a18734
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -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/(.*)$ {