remove ts
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -20,7 +20,7 @@ add_header X-Content-Type-Options nosniff;
|
||||
proxy_hide_header Referrer-Policy;
|
||||
add_header Referrer-Policy strict-origin-when-cross-origin;
|
||||
proxy_hide_header Strict-Transport-Security;
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload;";
|
||||
#add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload;";
|
||||
proxy_hide_header Access-Control-Allow-Origin;
|
||||
add_header Access-Control-Allow-Origin https://tronnet.net;
|
||||
add_header Content-Security-Policy "upgrade-insecure-requests";
|
||||
|
||||
Reference in New Issue
Block a user