update nginx configs

This commit is contained in:
nokonoko 2021-06-05 16:25:04 +02:00
parent 2b1a9764d9
commit b1b2f99594
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +0,0 @@
server {
listen 80;
server_name A.X www.A.X;
return 301 https://A.X$request_uri;
}

View File

@ -0,0 +1,5 @@
server {
listen 80;
server_name X.Y www.X.Y;
return 301 https://X.Y$request_uri;
}