Forum archive
how to disable the listening port 80 that redirects to the default control panel ?
Hi,
Maybe this topic got a previous answer, but i didn't find.
I have downloaded and worked on node.js appliance (thank turnkey, it's very powerfull).
For my application i need to build a web services server and i can change the client it must connected to tcp/80. The problem this port is already listening by default with the control panel (web shell & webmin redirection).
How can change this ?
Thank you for your help
Fabrice
I'm in dev step so i don't want to define my app as service.
With your support, I finding and deleting lines on nodejs file in /etc/nginx/site-enabled/
server { listen 0.0.0.0:80; include /etc/nginx/include/nodejs-proxy; }Now I can dev ;-) When my app will be stable, i going to change this conf and comeback to more secure and stronger with using nginx.
Thank you !