Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
iconfalse

CHILI does not officially support setting up a proxy both in support and in functionality. There are some security reasons a solution might consider a proxy. However, it strongly suggested to avoid this method unless 100% necessary.


When using a NGINX web server, adding a reverse proxy for the CHILI server is extremely simple.

...

Note
titleWarning

NGINX reads the configuration and tries to match URLs from top to down. Please make sure that the /CHILI/ location is added in the appropriate order, to prevent NGINX from matching another location first.

...


More information and more cool stuff that can be done with NGINX can be found in their documentation:

...