Simple Apache reverse proxy example
Background Apache can be used as a reverse proxy to relay HTTP/ HTTPS requests to other machines. This is common practice and comes with two main benefits: Security – Your Apache instance can be put in...
View ArticleReverse Proxy Subsonic with Apache
Subsonic is a web-based media player for playing audio and video files through a web browser. You can reverse proxy Subsonic using Apache See my blog post on using Apache as a reverse proxy for more...
View ArticleReverse Proxy Proxmox with Apache
The Proxmox web GUI is accessible on port 8006 by default using SSL encryption. The web GUI is served by the built in Proxmox lightweight HTTP server however changing the config could cause issues when...
View ArticleProxy the Proxmox Web GUI with Nginx Over HTTPS with Load Balancing
The Proxmox web GUI is served by Proxmox’s new event driven API server called PVE Proxy. The default settings for the Proxmox web GUI is to listen on port 8006 for incoming HTTPS connections. The...
View ArticleReverse Proxy Proxmox VNC With Nginx
The noVNC console in the Proxmox Web GUI transfers it’s data through a technology called Websockets. Websockets often work in tandem with normal HTTP traffic and therefore often use the same end point...
View Article