nginx-configs/conf.d/tent.conf

33 lines
757 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name tn.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion tent.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion bandcamp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/tent.conf;
}
server {
listen 11107;
listen [::]:11107;
server_name vernk23oml2talve3keetcqmjylmu7r7kdrcfciv36oxitgpos5a.b32.i2p;
include common/tent.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
include snippets/lets-encrypt.conf;
server_name tn.vern.cc bandcamp.vern.cc tent.vern.cc;
include common/tent.conf;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name tent.vern.cc tn.vern.cc bandcamp.vern.cc;
}