-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
I've added some custom headers to display my site's Tor hidden service:
location / {
add_header Onion-location "http://example.onion$request_uri" always;
}
When I run this, the onion location header shows up, but my proxied content doesn't appear and the default openresty welcome screen is shown.
Nginx Proxy Manager Version
v2.9.15
Expected behavior
My proxied site should appear along with the onion header.
Operating System
Raspberry Pi
AGPDev and alexlyee