nginx-configs/conf.d/safetwitch.conf

33 lines
1.1 KiB
Plaintext

server {
listen 80;
listen [::]:80;
server_name ttv.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion safetwitch.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion twitch.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
subs_filter ttvbackend.vern.cc ttvbackend.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
subs_filter ttv.vern.cc ttv.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/safetwitch.conf;
}
server {
listen 11108;
listen [::]:11108;
server_name vernz43kgqiy3nzzof3nejeo4hh3bjgyqi3b3hijchilv7noqtrq.b32.i2p;
subs_filter ttvbackend.vern.cc vern46mfrbcp77qakppr3f6ygxt6zmyzeu4ha6rgebkj6wwgw6za.b32.i2p;
subs_filter ttv.vern.cc vernz43kgqiy3nzzof3nejeo4hh3bjgyqi3b3hijchilv7noqtrq.b32.i2p;
include common/safetwitch.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ttv.vern.cc safetwitch.vern.cc twitch.vern.cc;
include snippets/lets-encrypt.conf;
include common/safetwitch.conf;
}
server {
listen 80;
listen [::]:80;
server_name ttv.vern.cc safetwitch.vern.cc twitch.vern.cc;
return 301 https://$host$request_uri;
}