Thanks, I set "chown -R guacd: " to for the directory.
client_max_body_size / LimitRequestBody 5242880 - Is this file size to be set in bytes or can we set something like 100M ?. What is the maximum file size permitted ?. On Thursday, 14 September, 2023 at 10:17:15 pm IST, Sean Hulbert <[email protected]> wrote: Important: what ever folder you are starting with on Guacamole, you will need to make sure that the guacd daemon has ownership and chmod 755 on the directory. Then, if you are using NGINX you'll need to set the file size threshold client_max_body_size, Apache you will need to do something like this below <Directory "/path/to/storage/"> LimitRequestBody 5242880 </Directory> Thank You Sean Hulbert
