nginx/sites/default.conf
Arthur Lu 653a086fea 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

7 lines
168 B
Plaintext

server {
listen 443 ssl http2 default_server;
server_name *.tronnet.net;
include /etc/nginx/snippets/ssl-params.conf;
return 301 https://tronnet.net;
}