mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
server {
|
|
listen 80;
|
|
server_name A.Y www.A.Y;
|
|
return 301 https://A.Y$request_uri;
|
|
} |