Skip to content

Add reverse proxy

Paul Tomasula requested to merge url_prefic_nginx into main

cc: @ewojtylko1 @aaufdenkampe_limno.com @sjordan_limno.com @kbartels_limno.com

Summary of Changes

This PR adds a reverse proxy server (nginx) into the image generated by this repository. The container now also supports a new environment variable URL_PREFIX, which will allow the user to configure the addition URL pathing information for the proxy server. The optional value will set a location in nginx to remove the specified URL_PREFIX (rewrite) from requests and proxy traffic to the main application.

Edited by Paul Tomasula

Merge request reports