Update backend-nginx.conf
This commit is contained in:
parent
98f40f7ce9
commit
311fd45deb
@ -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…
x
Reference in New Issue
Block a user