From 17d1886ca609b7995ef65e2bd5c9e8547d76512e Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Thu, 10 Nov 2016 15:40:32 +0100 Subject: [PATCH] F #4898: add max_upload_file_size to sunstone conf --- src/sunstone/etc/sunstone-server.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sunstone/etc/sunstone-server.conf b/src/sunstone/etc/sunstone-server.conf index 3c8bd12720..17557ac6c1 100644 --- a/src/sunstone/etc/sunstone-server.conf +++ b/src/sunstone/etc/sunstone-server.conf @@ -51,6 +51,10 @@ # prod, the minified js will be used (dist/main.js) :env: 'prod' +# Maximum allowed size of uploaded images (in bytes). Leave commented for +# unlimited size +# :max_upload_file_size: 10737418240 # 10 GiB + ################################################################################ # Log ################################################################################