problem with nginx proxy manager and cloudpanel #212
Replies: 3 comments 2 replies
-
With the latest NGINX update, the following file has been added: /etc/nginx/sites-enabled/default.conf It's a default vhost to prevent direct IP access. You should not have any issues with your proxy server, make sure to send the $host header. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have the same problem. I have a proxmox homelab, which I installed docker and cloudpanel. NPM is running as a container in docker and my websites is in cloudpanel. My problem is if I forwarded port 80/443 on my router to one of them, I can't access the instances installed in docker or cloudpanel. To be clear, If I forward the port to Docker/NPM's IP my websites in CloudPanel are not accessible, the same when I forwarded the port to CloudPanel NPM is irrelevance. I hope you can help me with this issue. By the way I'm a noob/beginner of all the above mentioned technology. |
Beta Was this translation helpful? Give feedback.
-
This is my configuration file in NPM: upstream webhosts {
server {
} |
Beta Was this translation helpful? Give feedback.
-
hello
since I upgraded to version 2, my nginx proxy manager can no longer access the site hosted on cloupanel, if I redirect directly to the ip of my cloudpanel server no problem, but when I have to go through my proxy server, it does not work, while with version 1 of cloudpanel no problem
Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions