diff --git a/sf-ui/nginx.conf b/sf-ui/nginx.conf index b701f98..1656774 100644 --- a/sf-ui/nginx.conf +++ b/sf-ui/nginx.conf @@ -10,6 +10,8 @@ http { default_type application/octet-stream; sendfile on; keepalive_timeout 65; + post_max_size = 100M; + upload_max_filesize = 100M; #gzip on;