Files
nginx/http/teamspeak.conf
Arthur Lu c40cbf1202 add ts
2026-01-15 01:42:36 +00:00

11 lines
187 B
Plaintext

server {
listen 443 quic;
listen 443 ssl;
server_name ts.tronnet.net;
include snippets/ssl-acme.conf;
location / {
proxy_pass https://teamspeak.dmz;
proxy_redirect default;
}
}