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