NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.55k stars 2.62k forks source link

Custom headers show default openresty page #1858

Open trentwiles opened 2 years ago

trentwiles commented 2 years ago

Checklist

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

github-actions[bot] commented 7 months ago

Issue is now considered stale. If you want to keep it open, please comment :+1: