Otto

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Otto

  1. Hi, Question, is there a way to turn off proxy buffering in the docker container? Or where can we find this? location /guacamole/ { proxy_pass http://HOSTNAME:8080/guacamole/; proxy_buffering off; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; access_log off; } Thanks in advanced