Idea
The purpose of using a reverse proxy is to provide a custom URL and IP address for verifying license keys. For example, this can be useful if the IP must originate from a specific geographical location or if you want to use your own domain. A reverse proxy can accomplish both.Getting started
To get started, the following steps are recommended:- Obtain a Linux VM.
- Install Nginx.
- Change the
default.conf
in the/etc/nginx/conf.d
to the one in this repository. The key is to include all the “location” blocks (and add more if necessary), as well as to set the domain name that you will be using. - If you link a subdomain to the VM, you can use Let’s Encrypt to manage the SSL certificate.