tree: 728a509dcabc67d6f3ac1cc869bcf04089a2931b [path history] [tgz]
  1. docker.nginx.conf
  2. nginx.conf
  3. 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