diff --git a/README.org b/README.org index 6b70356..dab7ed5 100644 --- a/README.org +++ b/README.org @@ -115,7 +115,7 @@ # Set this to 'true' to allow file downloads from this directory download = false - # Set this to 'true' to allow uploads to this directory + # Set this to 'true' to allow file uploads to this directory upload = false #+end_src diff --git a/public/alice/rc.toml b/public/alice/rc.toml index 0b79269..98979f9 100644 --- a/public/alice/rc.toml +++ b/public/alice/rc.toml @@ -8,5 +8,5 @@ hashed_password = "$5$s9bLebSgS9O4CPDR$xQF4/bWQqv5rqaq3Or2oTpXBW4TZdjFtBeH9CwZiw # Set this to 'true' to allow file downloads from this directory download = true -# Set this to 'true' to allow uploads to this directory +# Set this to 'true' to allow file uploads to this directory upload = false \ No newline at end of file diff --git a/public/inbox/rc.toml b/public/inbox/rc.toml index b563cee..ea5fba6 100644 --- a/public/inbox/rc.toml +++ b/public/inbox/rc.toml @@ -8,5 +8,5 @@ # Set this to 'true' to allow file downloads from this directory download = false -# Set this to 'true' to allow uploads to this directory +# Set this to 'true' to allow file uploads to this directory upload = true \ No newline at end of file