Moode Forum

Full Version: Network Port Change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How To Change Default 80 Network Port?
(07-05-2020, 05:44 AM)Karan Patel Wrote: [ -> ]How To Change Default 80 Network Port?

Have a look at the nginx configuration file

/etc/nginx/nginx.conf

and, of course, check the man page: man nginx

Regards,
Kent
(07-05-2020, 05:44 AM)Karan Patel Wrote: [ -> ]How To Change Default 80 Network Port?

Whats the usage scenario where this port needs to be changed?
(07-05-2020, 11:59 AM)Tim Curtis Wrote: [ -> ]
(07-05-2020, 05:44 AM)Karan Patel Wrote: [ -> ]How To Change Default 80 Network Port?

Whats the usage scenario where this port needs to be changed?
Actually i wanted to Secure its Web Interface by login method or by changing its port so no one can Know or open web interface except me
(07-05-2020, 11:42 AM)TheOldPresbyope Wrote: [ -> ]
(07-05-2020, 05:44 AM)Karan Patel Wrote: [ -> ]How To Change Default 80 Network Port?

Have a look at the nginx configuration file

/etc/nginx/nginx.conf

and, of course, check the man page: man nginx

Regards,
Kent
Thank you