Question
I've been running the PingPlotter Web UI, and I am hoping to set up access via a reverse proxy. How can I do this?
Solution
By default, Caddy automatically obtains and renews TLS certificates for all your sites. It serves all configured sites over HTTPS.
Download Caddy from their website and install it following their official documentation.
Create a file called "Caddyfile" (no extension) in the same directory where Caddy is installed with the following configuration:
Begin by downloading NGINX and configuring it as normal. Within the default nginx.conf file, use the following code. You should replace 'localhost' and the listen port (9999) with whatever values you need.
If this configuration does not work for your situation, the following configuration also achieves a working reverse proxy:
Additional resources:
Article ID: 138
Created On: September 12, 2018
Last Updated On: September 13, 2024
Online URL: https://www.pingman.com/kb/article/creating-a-reverse-proxy-for-pingplotter-s-web-ui-138.html