Nginx
Nginx serves as a reverse proxy to intercept and filter traffic between browsers and the Tomcat instance hosting the Guacamole server.
Config file is hosted at /etc/nginx/conf.d/reverse-proxy.conf
Nginx is loaded with the PBR Wildcard Cert to enable SSL. It is hosted on :443 and forwards to :8080
It is critical that the headers listed above are included. This allows Guacamole to function properly passing through Nginx.
No Comments