nginx-configs/conf.d/conversejs.conf

32 lines
783 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name xmpp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion conversejs.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion cjs.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/conversejs.conf;
}
server {
listen 11036;
listen [::]:11036;
server_name vernd6f2dxbwfwp4fbkrdz75k2h2wyudmvwrqkrgkawjjrm72z3a.b32.i2p;
include common/conversejs.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name xmpp.vern.cc conversejs.vern.cc cjs.vern.cc;
include snippets/lets-encrypt.conf;
include common/conversejs.conf;
}
server {
listen 80;
listen [::]:80;
server_name xmpp.vern.cc conversejs.vern.cc cjs.vern.cc;
return 301 https://$host$request_uri;
}