tree: 3ebcc34fea4fa85f32a69f8036a813a17ca93313 [path history] [tgz]
  1. nginx.conf
  2. README.md
scripts/nginx/README.md

nginx configuration

Config to use nginx for hosting fims.

This config assumes that all needed services are started.

Setup

  • Install nginx
  • Run npm run build from root folder
  • Copy all contents of /dist into your nginx root folder under /fims
  • Copy/Overwrite nginx.conf into /conf of your nginx root folder
  • Change proxy_pass configuration of each service to point to the right url and port
  • Start nginx with nginx
  • Navigate with your browser to http://localhost:8888