nginx-configs/common/hyperpipe.conf

10 lines
318 B
Plaintext
Raw Normal View History

2022-12-26 02:28:03 +00:00
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;
}
2023-11-20 07:03:34 +00:00
if ($badagent) {
return 403;
}