nginx-configs/conf.d/proxitok.conf

33 lines
775 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name tt.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion proxitok.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion tiktok.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/proxitok.conf;
}
server {
listen 11067;
listen [::]:11067;
server_name vern2gwxbtxzhb3rgchv4kbhlqppijhjqg7rmgvp4c5bxihxcm3a.b32.i2p;
include common/proxitok.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name tt.vern.cc proxitok.vern.cc tiktok.vern.cc;
include snippets/lets-encrypt.conf;
include common/proxitok.conf;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name tt.vern.cc proxitok.vern.cc tiktok.vern.cc;
}