About Using Nginx with Universal Messaging
Nginx is open-source software for web serving, reverse proxying, caching, and load balancing. You can use Nginx as a reverse proxy server for Universal Messaging. To do so, you must configure Nginx to redirect HTTP and HTTPS traffic to Universal Messaging.
Important:
Note that Universal Messaging does not support load balancing using Nginx but only proxying.
Consider the following requirements before configuring Nginx for use with Universal Messaging:
You must be familiar with the Nginx structure, configuration, and terminology, including the nginx.conf configuration file and the directives, blocks, and contexts included in it.