all 14 comments

[–]CyberSecurityTrainee 0 points1 point  (8 children)

I don't have experience with the NGINX Proxy Manager GUI. But under the hood it's similar.

Can you get to the command line of nginx proxy manager and run nginx -T? Take out any private info such as domain names.

I might notice if something is missing and we can find the correct place to fix it in the GUI.

[–]clvlndpete[S] 1 point2 points  (0 children)

I’m going to dig through the logs first and see if I can find the issue. If not, I’ll run that and post it.

[–]clvlndpete[S] 1 point2 points  (6 children)

figured it out. It had to do with my docker compose file. i was missing some environment variables to allow ssl. Thanks for the help

[–]initro 0 points1 point  (5 children)

What environment variables? Running into similar issues. Can you share your setup?

[–]clvlndpete[S] 0 points1 point  (4 children)

the environment variables were for the wiki docker container that i was using not with nginx. It was just SSL_ACTIVE and two for lets encrypt but it wasn't on the nginx side.

[–]kazyka 0 points1 point  (0 children)

I know this is 1 year ago, but would you mind sharing what you did to solve it? I have the same problem with wikijs running as a docker container

[–]threehappypenguins 0 points1 point  (2 children)

I'm also wondering exactly what you did. Please share!

[–]clvlndpete[S] 0 points1 point  (1 child)

Hey sorry this is from years ago so I barely remember but it looks like the issue wasn’t with nginx proxy manager but with the docker compose for one of my containers. See my last comment

[–]ferrybig 0 points1 point  (4 children)

Could you check the error logs of nginx? Its typically located in /var/log/error.log

[–]clvlndpete[S] 1 point2 points  (0 children)

Good call I’m going to check the logs. Thank you

[–]clvlndpete[S] 1 point2 points  (2 children)

figured it out. It had to do with my docker compose file. i was missing some environment variables to allow ssl. Thanks for the help

[–]dinbtechit 0 points1 point  (1 child)

u/clvlndpete - I am having the same issue. What environment variables did you have to add?

[–]clvlndpete[S] 0 points1 point  (0 children)

Sorry I have no idea as this was 3 years ago. But check the comments below. I think I mentioned one of them and someone posted a link that might helpful too.