-
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
Adding a Custom Location takes the Site offline #929
Comments
Your custom location basically broke the nginx config somehow. Take a look at the config itself for your proxy host and try to understand, why its malformed. Maybe you can find some helping infos in the logs. |
I figuered it out. When I first added the proxy host I had a typo in the backend service. Fixing the typo did not fix it in the config. I had to delete the entire proxy host and then recreate it. Then all worked fine. |
Hi. When I add any Custom Location with the GUI-Dialog the site goes offline. I copied 3 n.conf from an older backup into the .../proxy-host Folder, thx for the read and the workaround and greetings from Hamburg, Germany |
After I got a new installation of NPM I started having this issue as well. Are there any workarounds that don't require messing around with the configuration files? |
I have the same issue. |
This problem can only be said to have arisen again! |
Same issue here too... This used to work and it's not working in the latest version. |
See if #3512 (comment) works for you? |
I have the same problem with "custom location". |
I'm having the same problem here, workaround overwriting the gui using raw text solved the problem, on container logs I've seen erros of trying to delete files on directory. Its so impressive sometimes a pull request that doest change anything can stop working something that never was a problem before... |
Same error. It looks like it was introduced on the last update? Is there a real solution for this? |
Till there's an update and a real fix, #3512 (comment) seems to be a workaround that's fixing it for several people. |
Issue is now considered stale. If you want to keep it open, please comment 👍 |
hi ... has anyone had a chance to work on this issue? |
It's a user issue. If you make it correctly, it won't take it offline. |
So, to be clear ... I want to instantiate a location in order to address https://www.site.com/personal to be served from the root of the webservice runnig on host 192.168.0.1 on tcp port 81. This is what i am trying to implement, but when i save the config the site goes offline. How could i do this to work? |
I don't know about personal but I've had the same issue with /admin and gave up. |
That "personal" is the name of the location. It coul be "admin", or "login", or anything else... |
Are you in the right place?
Checklist
jc21/nginx-proxy-manager:latest
docker image? YesDescribe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Site stays online and is reachable. The /api Url is also reachable
Operating System
Additional context
Basically I am trying to host a modern SPA Website. The Frontend is created using quasar/vue 3 and the Backend, which is a simple rest api is done using Dotnet Core C#. I want to host the quasar App under / and the api under /api.
The text was updated successfully, but these errors were encountered: