WesleyL

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by WesleyL

  1. I’ve got the problem solved included the script above! the problem was Nginx is in bridge and the openprojects was in br0, they can’t communicate to each other. Openproject in br0 gives to the other containers some issue, so for now I’ve get the setting in docker settings that br0 may communicate to all the other networks. better is openprojects in another network but that isn’t possible for now. thanks a lot!
  2. Thanks for you’re help. So far it will not work, I’ll think the problem is that I am using nginx proxy manager and not the normal nginx when i’ll use the script above (also change the ip and Port) it doesn’t work, i’ll get also the 502 bad Gateway error when opening the url. Maybe you’ve got the solution for this nginx version and openproject? cheers!
  3. Is there someone who know's how to get OpenProject 12.0.10 working with Nginx Proxy manager? I think that I've tried everything. My local IP where the docker image runs inside Unraid docker is 192.168.2.244. Ive tried http and https on both sides (Nginx and Openprojects) but that doesn't resolve anything. Nginx Proxy Manager has project.myurl.nl (for explain) forward to my internal IP and port 8080, at the function custom locations i've been the same settings but added the following configuration rules: set $upstream_app openproject; set $upstream_port 80; set $upstream_proto http; Has someone any idea? from local to local IP works Openproject good, only from outside to the URL doesn't work and gives an "502 Bad gateway" message. Other docker functions with Nginx Proxy Manager works fine (like Nextcloud) Hope someone could help. thanks al lot! Wesley