Nginx Apache Guacamole Specific Directives

Enter the following directives under the / location of your site config:

  #guacamole specific directives
  proxy_buffering off;
  proxy_http_version 1.1;
  proxy_set_header Upgrade $http_upgrade;
  proxy_set_header Connection $http_connection;

Revision #2
Created 2022-10-16 13:48:26 UTC by Dino Edwards
Updated 2022-10-16 13:50:23 UTC by Dino Edwards