Skip to content

Custom headers show default openresty page #1858

@trentwiles

Description

@trentwiles

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions