nginx-configs/conf.d/hyperpipe.conf

95 lines
3.2 KiB
Plaintext

server {
listen 80;
listen [::]:80;
server_name hp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion hyperpipe.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
subs_filter_types text/html text/css text/xml application/javascript text/plain;
subs_filter pdapi.vern.cc pdapi.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
subs_filter pdproxy.vern.cc pdproxy.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
subs_filter hpapi.vern.cc hpapi.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
subs_filter hpproxy.vern.cc hpproxy.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/hyperpipe.conf;
}
server {
listen 80;
listen [::]:80;
server_name hpproxy.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion hpapi.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/hyperpipe-api.conf;
}
# main
server {
listen 11093;
listen [::]:11093;
server_name vern7nnj3r5tun7enrxq5sotec6yhtdlisvq7kwhs22f6htmgj2a.b32.i2p;
subs_filter_types text/html text/css text/xml application/javascript text/plain;
subs_filter pdapi.vern.cc vernhi23evjjydldj2pg7krqxnzxskma7i6n4ptberht3b5yzf2q.b32.i2p;
subs_filter pdproxy.vern.cc vern6dik55hnfhc6nsrmnws4d6qx2zqnq5xuequydr2ub7fx4jbq.b32.i2p;
subs_filter hpapi.vern.cc vern4yi3jmbc4g6lo3jsigv3lucx5xqrqbr4qlmuucjmlgnjbusq.b32.i2p;
subs_filter hpproxy.vern.cc vernudxqqgd324jdlvdflme5d3lmxerdkd7hckc23egcgqrckcba.b32.i2p;
include common/hyperpipe.conf;
}
# api
server {
listen 11094;
listen [::]:11094;
server_name vern4yi3jmbc4g6lo3jsigv3lucx5xqrqbr4qlmuucjmlgnjbusq.b32.i2p;
subs_filter_types text/html text/css text/xml application/javascript text/plain;
subs_filter pdapi.vern.cc vernhi23evjjydldj2pg7krqxnzxskma7i6n4ptberht3b5yzf2q.b32.i2p;
subs_filter pdproxy.vern.cc vern6dik55hnfhc6nsrmnws4d6qx2zqnq5xuequydr2ub7fx4jbq.b32.i2p;
subs_filter hpapi.vern.cc vern4yi3jmbc4g6lo3jsigv3lucx5xqrqbr4qlmuucjmlgnjbusq.b32.i2p;
subs_filter hpproxy.vern.cc vernudxqqgd324jdlvdflme5d3lmxerdkd7hckc23egcgqrckcba.b32.i2p;
include common/hyperpipe-api.conf;
}
# proxy
server {
listen 11095;
listen [::]:11095;
server_name vernudxqqgd324jdlvdflme5d3lmxerdkd7hckc23egcgqrckcba.b32.i2p;
subs_filter_types text/html text/css text/xml application/javascript text/plain;
subs_filter pdapi.vern.cc vernhi23evjjydldj2pg7krqxnzxskma7i6n4ptberht3b5yzf2q.b32.i2p;
subs_filter pdproxy.vern.cc vern6dik55hnfhc6nsrmnws4d6qx2zqnq5xuequydr2ub7fx4jbq.b32.i2p;
subs_filter hpapi.vern.cc vern4yi3jmbc4g6lo3jsigv3lucx5xqrqbr4qlmuucjmlgnjbusq.b32.i2p;
subs_filter hpproxy.vern.cc vernudxqqgd324jdlvdflme5d3lmxerdkd7hckc23egcgqrckcba.b32.i2p;
include common/hyperpipe-api.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name hp.vern.cc hyperpipe.vern.cc;
include snippets/lets-encrypt.conf;
include common/hyperpipe.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name hpapi.vern.cc hpproxy.vern.cc;
include snippets/lets-encrypt.conf;
include common/hyperpipe-api.conf;
}
server {
listen 80;
listen [::]:80;
server_name hp.vern.cc hpapi.vern.cc hpproxy.vern.cc hyperpipe.vern.cc;
return 301 https://$host$request_uri;
}