Installing and Configuring Nginx Gateway

Installing and Configuring Nginx Gateway

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)

 

References/Links

  • TBD

 

 

 

Copyright © 2025, SNOMED International