fix style

This commit is contained in:
Arthur Lu 2023-05-12 23:48:30 -07:00
parent 12ecffc895
commit f9f7ab4ab0

View File

@ -2,4 +2,4 @@ server {
listen 80 default_server;
server_name *.tronnet.net;
return 301 https://$host$request_uri;
}
}