Remove safetwitch.conf because our instance is no longer maintained

This commit is contained in:
Anthony Wang 2024-04-15 17:25:25 +00:00
parent 84c65e5506
commit 06ac5c8eea
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -1,12 +0,0 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name safetwitch.exozy.me;
root /srv/http/safetwitch;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}