From 06ac5c8eea0cedebefb289754734569fdaf193f2 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 15 Apr 2024 17:25:25 +0000 Subject: [PATCH] Remove safetwitch.conf because our instance is no longer maintained --- safetwitch.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 safetwitch.conf diff --git a/safetwitch.conf b/safetwitch.conf deleted file mode 100644 index 1e728c3..0000000 --- a/safetwitch.conf +++ /dev/null @@ -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; - } -}