Add safetwitch.conf #9

Merged
a merged 1 commit from :main into main 2023-06-07 16:11:56 +00:00

14
safetwitch.conf Normal file
View file

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