nginx-configs/common/ftelnet.conf

12 lines
364 B
Plaintext
Raw Normal View History

2022-10-25 08:30:45 +00:00
add_header Onion-Location http://ftelnet.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
add_header X-I2P-Location http://vernzscupwi6rmlkdivib3q54iqc6fa6bjwe2prxqt3x7mqv4ezq.b32.i2p$request_uri;
2022-10-26 06:47:22 +00:00
add_header Access-Control-Allow-Origin *;
2022-10-25 08:30:45 +00:00
root /var/www/ftelnet/release;
location / {
index index.html;
}
2023-11-20 07:03:34 +00:00
if ($badagent) {
return 403;
}