nginx-configs/common/pgp.conf

8 lines
299 B
Plaintext

add_header Onion-Location http://pgp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
add_header X-I2P-Location http://vernqfnkg7oybcbrr6roinm64wkd6goetv4funbqjgtddmsexo7q.b32.i2p$request_uri;
root /var/www/pgp;
index index.html index.htm;
if ($badagent) {
return 403;
}