Skip to main content

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;