Replies: 1 comment
-
Let Lighttpd listen to 8080 if you can configure it, then in Nginx proxy manager you will add it to the “Proxy host” |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to configure NginxProxyManager as Reverse proxy for SSL termination. In particular NginxProxyManager has to act as reverse proxy for a Lighttpd web sever woking insecurely (no SSL) in the LAN.
It is not clear to me how to configure it. Lighttpd listens to port 80 but 80 is also mentioned in the docker-compose.yml file:
and of course there cannot be two 80 ports listening at the same time on the host.
Can you please help me understand more and configure it as I would like?
Thanks,
Daniele
Beta Was this translation helpful? Give feedback.
All reactions