From 16fd69af4ad8709af8bef14f15e3ec1045bb67ec Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Fri, 28 Jul 2023 10:22:04 -0700 Subject: [PATCH] fix the upload/download docs (#851) --- source/customizations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/customizations.rst b/source/customizations.rst index 33af66cc..1a0bbff7 100644 --- a/source/customizations.rst +++ b/source/customizations.rst @@ -300,7 +300,7 @@ Set Upload Limits By default, the file size upload limit is 10737420000 bytes (~10.7 GB). If you want set this to a lower value, set the ``FILE_UPLOAD_MAX`` configuration -in the file apps' configuration file ``/etc/ood/config/apps/shell/env``. +in the file apps' configuration file ``/etc/ood/config/apps/dashboard/env``. If you want to set it to a higher value set ``nginx_file_upload_max`` in ``/etc/ood/config/nginx_stage.yml`` to the desired value. If you have @@ -324,7 +324,7 @@ Set Download Limits By default, the maximum file download size is 10.7 GB (10737418240 bytes). If you wish to change this, you can set the ``OOD_DOWNLOAD_DIR_MAX`` configuration environment -variable in the ``/etc/ood/config/apps/files/env`` file to the desired value in bytes. +variable in the ``/etc/ood/config/apps/dashboard/env`` file to the desired value in bytes. For example, to set the limit to 5 GB, you can add the following line to the ``/etc/ood/config/apps/files/env`` file: