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