From: Hypolite Petovan Date: Sat, 13 Mar 2021 12:19:17 +0000 (-0500) Subject: Improve description of system.proxy_file_chmod setting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af874c6a1be2d4b34061dbac26ecef604d8cee41;p=friendica.git Improve description of system.proxy_file_chmod setting --- diff --git a/static/defaults.config.php b/static/defaults.config.php index ce9dd477aa..2edb135074 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -571,8 +571,8 @@ return [ // Timeout in seconds for fetching the XRD links. 'xrd_timeout' => 20, - // proxy_file_chmod (Octal Integer) - // Access rights for downloaded files in /proxy/ directory like 0640 + // proxy_file_chmod (Octal Integer like 0640) + // If set, defines the files permissions for downloaded files in the /proxy/ directory, default is system-dependent 'proxy_file_chmod' => 0, ], 'experimental' => [