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