1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/templates/nginx_confs/A.Y-HTTP-Redir
2021-06-05 16:23:24 +02:00

5 lines
82 B
Plaintext

server {
listen 80;
server_name A.Y www.A.Y;
return 301 https://A.Y$request_uri;
}