Thanks again, but I did a find / -name "*nginx*" and didn't find anything. I think it uses tomcat instead. There is a /usr/local/tomcat in the container, and I did find a guacamole.war file, but couldn't find anything in the war file that resembles a max body property constraint.
-----Original Message----- From: sciUser <[email protected]> Sent: Tuesday, March 19, 2019 1:25 PM To: [email protected] Subject: RE: download no longer works open a terminal on your Guacamole server and navigate to /etc/nginx vi in to nginx.conf and you will see fields Example from our nginx.conf file: sendfile on; client_max_body_size 92160m; If the fields aren't there, you can add them in as seen in the code below. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
