nginx-configs/conf.d/ruraldict.conf

33 lines
766 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion rural.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion urban.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/ruraldict.conf;
}
server {
listen 11098;
listen [::]:11098;
server_name vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p;
include common/ruraldict.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
include snippets/lets-encrypt.conf;
server_name rd.vern.cc rural.vern.cc urban.vern.cc;
include common/ruraldict.conf;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name rd.vern.cc rural.vern.cc urban.vern.cc;
}