Closed ChaoticEvilDM closed 7 months ago
Nodejs is currently starting it's own webserver to present the site.
Having nodejs connect directly to the internet is considered bad practice and usually avoided if possible.
Usage of a reverse proxy and provision of configuration files for said proxy for nginx and apache2.
Situation:
Nodejs is currently starting it's own webserver to present the site.
Issue:
Having nodejs connect directly to the internet is considered bad practice and usually avoided if possible.
Suggestion:
Usage of a reverse proxy and provision of configuration files for said proxy for nginx and apache2.