nginx-configs/conf.d/beatbump.conf

33 lines
731 B
Plaintext

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