Add safetwitch.conf

This commit is contained in:
dragongoose 2023-06-07 15:49:38 +00:00
parent b0941d271f
commit 6aa9ddf371
Signed by: exogit
GPG key ID: 1DDC6BC38786C595

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