]> jfr.im git - uguu.git/blob - templates/nginx_confs/X.Y-HTTP-Redir
update nginx configs
[uguu.git] / templates / nginx_confs / X.Y-HTTP-Redir
1 server {
2 listen 80;
3 server_name X.Y www.X.Y;
4 return 301 https://X.Y$request_uri;
5 }