nginx-configs/common/ftelnet.conf

12 lines
364 B
Plaintext

add_header Onion-Location http://ftelnet.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
add_header X-I2P-Location http://vernzscupwi6rmlkdivib3q54iqc6fa6bjwe2prxqt3x7mqv4ezq.b32.i2p$request_uri;
add_header Access-Control-Allow-Origin *;
root /var/www/ftelnet/release;
location / {
index index.html;
}
if ($badagent) {
return 403;
}