On Wed, Feb 15, 2017 at 7:15 PM, prannon <pendergrassje...@gmail.com> wrote:
>
> I do use nginx to proxy my Guacamole. That was the issue!
>
> Resolved by adding the following to my /etc/nginx/conf.d/domain.conf file.
>

Nabble apparently stripped out the Nginx config portion from its email
to the list. For the sake of those subscribed normally (and for the
sake of the mail archives) here is the portion which was stripped:

server {

    listen 80;
    ...
    ...
    client_max_body_size 10000M;

    location {
        otherstuff
    }

}

For reference:

http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size

- Mike

Reply via email to