add ts
This commit is contained in:
10
http/teamspeak.conf
Normal file
10
http/teamspeak.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user