0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 13:22:58 -05:00

Update backend-nginx.conf

This commit is contained in:
dragongoose 2023-12-13 14:41:59 +00:00
parent 98f40f7ce9
commit 311fd45deb

View file

@ -16,4 +16,5 @@ server {
listen 80;
listen [::]:80;
server_name changethis;
return 301 https://changethis$request_uri;}
return 301 https://changethis$request_uri;
}