-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Location directive ( location /{ ) causing proxy host to land at openresty landing page #3678
Comments
@unixweb Did you tested in the version 2.11.1? |
@delsonffilho I can confirm this also happens on 2.11.1. I was pulling my hairs out trying to figure out what I broke |
I tested on 2.10.4 and it works. |
I can confirm the problem with version > 2.10.x (running container from official image on Arch with rootless podman) Hint: I noticed that whenever I tried to set up a custom location for a proxy host in 2.11.x, the config file associated with the edited host was removed from |
Yes ... |
can confirm 2.10.4 works custom location in 2.11.1 seems to be broken |
Confirm, same issue with latest version goes back to 2.10.4 |
At least for me, 2.11.2 seems to have fixed the issues with custom locations! |
2.11.2 not working, send me to openresty |
Broken for 2.11.1 and 2.11.2 whilst 2.11.1 was fully broken, 2.11.2 now just sends to blank page. |
Can confirm, also having this issue. |
same issue. nginx proxy manager is broken v2.12.1 Error "Could not delete file:" occurs only when setting ssl for a domain in the gui. |
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
When working under the
Advanced
tab ofEdit Proxy Host
I place the following addition to the config dialogue boxWhen this is added my sites redirects me to this screen
I have also tried to use
=/
in front of the location directive but none of my changes appear to register. Also tried to add this configuration in theCustom locations
tab but this shuts down the proxy host.Adding the lines directly to the proxy_host .conf file causes the proxy_host to go offline.
Nginx Proxy Manager Version
2.11.1
Expected behavior
For the headers to be applied to the location directive without redirecting traffic to the openresty page.
Screenshots
Operating System
Debian 12 Bookworm
Additional context
I am trying run danbooru, the SSL certificate is DNS challenged by cloudflare
The text was updated successfully, but these errors were encountered: