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