move sites to http, add stream proxies

This commit is contained in:
2023-12-12 10:14:10 -08:00
parent ec0facac21
commit 1c8432b2d4
14 changed files with 15 additions and 2 deletions

6
http/default.conf Normal file
View File

@@ -0,0 +1,6 @@
server {
listen 443 ssl http2 default_server;
server_name *.tronnet.net;
include snippets/ssl-acme.conf;
return 301 https://tronnet.net;
}