nginx-configs/common/cryptpad-darknet.conf

13 lines
356 B
Plaintext

add_header Onion-Location http://pad.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
location / {
proxy_pass http://localhost/;
proxy_redirect off;
proxy_set_header Host pad.vern.cc;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
if ($badagent) {
return 403;
}