nginx-configs/conf.d/ftelnet.conf

35 lines
858 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name ftelnet.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
subs_filter_types text/html text/css text/xml application/javascript text/plain;
subs_filter "myip.vern.cc" "myip.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion";
include common/ftelnet.conf;
}
server {
listen 11060;
listen [::]:11060;
server_name vernzscupwi6rmlkdivib3q54iqc6fa6bjwe2prxqt3x7mqv4ezq.b32.i2p;
subs_filter_types text/html text/css text/xml application/javascript text/plain;
subs_filter "myip.vern.cc" "vernamluei326jvvjdrdcsi5hcbgiig7anytm3xe3c6lj5jvgmba.b32.i2p";
include common/ftelnet.conf;
}
server {
listen 80;
listen [::]:80;
listen 443 ssl http2;
listen [::]:443 ssl http2;
include snippets/lets-encrypt.conf;
server_name ftelnet.vern.cc;
include common/ftelnet.conf;
}