nginx-configs/conf.d/cinny.conf

34 lines
658 B
Plaintext

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