nginx-configs/conf.d/biblioreads.conf

33 lines
802 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name bl.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion biblioreads.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion goodreads.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/biblioreads.conf;
}
server {
listen 11081;
listen [::]:11081;
server_name vernapl3lpo3huqdx3pjzxqgdgavxjlmdskbvejh2gfqgmjuyvxq.b32.i2p;
include common/biblioreads.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name bl.vern.cc biblioreads.vern.cc goodreads.vern.cc;
include snippets/lets-encrypt.conf;
include common/biblioreads.conf;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name bl.vern.cc biblioreads.vern.cc goodreads.vern.cc;
}