nginx/sites/redirect.conf
Arthur Lu f7663aea85 rename files with conf type,
cleanup other config files

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-03-31 21:32:29 -07:00

5 lines
117 B
Plaintext

server {
listen 80 default_server;
server_name *.tronnet.net;
return 301 https://$host$request_uri;
}