nginx-configs/conf.d/vnu.conf

32 lines
665 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name vnu.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion validator.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/vnu.conf;
}
server {
listen 11096;
listen [::]:11096;
server_name vern7ilzglebf3zam23vf5fnv76jgjp4pj6ouyzunorsxhqrjtja.b32.i2p;
include common/vnu.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name vnu.vern.cc validator.vern.cc;
include snippets/lets-encrypt.conf;
include common/vnu.conf;
}
server {
listen 80;
listen [::]:80;
server_name vnu.vern.cc validator.vern.cc;
return 301 https://$host$request_uri;
}