forked from gitbot/uguu
update nginx configs
This commit is contained in:
parent
2b1a9764d9
commit
b1b2f99594
@ -1,5 +0,0 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name A.X www.A.X;
|
||||
return 301 https://A.X$request_uri;
|
||||
}
|
5
templates/nginx_confs/X.Y-HTTP-Redir
Normal file
5
templates/nginx_confs/X.Y-HTTP-Redir
Normal file
@ -0,0 +1,5 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name X.Y www.X.Y;
|
||||
return 301 https://X.Y$request_uri;
|
||||
}
|
Loading…
Reference in New Issue
Block a user