Page tree

Overview

Documentation on configuring nginx for dev and prod environments.

Dev Environments

Windows

For general information on Windows- see:

Recommended setup

  • Install in c:/nginx
  • Use an nginx configuration like the following
    • Configure the following redirects for server localhost:80

        location /ims {
            proxy_pass https://ims.ihtsdotools.org;
        }
        location /ims-api {
            proxy_pass https://ims.ihtsdotools.org/api;
        }
      
       
  • See /etc/nginx/conf.d/refset.conf on refset.ihtsdotools.org for specific configuration
  • Start nginx (see the instructions page)

 

  • TBD

 

 

 

  • No labels