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