Commit 0745400a authored by nimrod's avatar nimrod
Browse files

Web proxy: Config for uppush in NextCloud.

parent 2eb0a02c
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -29,5 +29,11 @@ server {
        include                 snippets/proxy-headers.conf;
        proxy_hide_header       X-Frame-Options;
        client_max_body_size    512m;

        # For NextPush.
        proxy_buffering         off;
        proxy_connect_timeout   10m;
        proxy_read_timeout      10m;
        proxy_send_timeout      10m;
    }
}