nginx-configs/common/hyperpipe.conf

10 lines
318 B
Plaintext

add_header Onion-Location http://hd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
add_header X-I2P-Location http://vern2dwmqcksmq3oe5kynqc6gy4btviaimqhr55kg6zedjckwnoq.b32.i2p$request_uri;
location / {
root /privfrontend/home/hyperpipe/Hyperpipe/dist;
}
if ($badagent) {
return 403;
}