I have a server running apache, which is using port 80 and 443 (ssl).
I want user WebODM (nginx) with ssl.
Is there a way to run WebODM, under ssl, using a port other than 443?
I tried using the --port option, and couldn’t.
I tried using the --ssl-insecure-port-redirect option and couldn’t.
Someone who can guide me?
Thanks in advance.
Why not just create a virtual ip on your server that way you can have both apache and nginx using their own ip. With each using its own ip then you would have no issues with both needing the same ports.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.