genomic-medicine-sweden / docker-sc2reporter

Dockerized version of the sc2reporter program.
GNU General Public License v2.0
0 stars 1 forks source link

Added apache2 configurations #94

Closed Fattigman closed 1 year ago

Fattigman commented 1 year ago

The file sets up a proxy that redirects traffic from the Apache server to the local host on specified ports. The code includes three locations, /api, /frontend, and /mongo-express, which correspond to different paths on the server and are redirected to different ports on the local host. For example, traffic to the /frontend path on the Apache server will be redirected to the local host on port 3000.