mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-03 11:20:07 -05:00
Update backend-nginx.conf
This commit is contained in:
parent
98f40f7ce9
commit
311fd45deb
1 changed files with 2 additions and 1 deletions
|
@ -16,4 +16,5 @@ server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
server_name changethis;
|
server_name changethis;
|
||||||
return 301 https://changethis$request_uri;}
|
return 301 https://changethis$request_uri;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue