SomeCatCode / open_table_top_pathing

Little Script for SVG Maps with Pathing
GNU General Public License v3.0
2 stars 0 forks source link

Reverse proxy support #5

Closed ChaoticEvilDM closed 3 months ago

ChaoticEvilDM commented 3 months ago

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.