Code changes for #10020:
Added ability to set chmod (default: 0640) for "proxified" files (downloaded to /proxy/ directory). This allows customization, e.g. if people want 0600 instead without changing the code. Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
bcfe0933da
commit
736045c67d
2 changed files with 10 additions and 2 deletions
|
@ -570,6 +570,10 @@ return [
|
|||
// xrd_timeout (Integer)
|
||||
// Timeout in seconds for fetching the XRD links.
|
||||
'xrd_timeout' => 20,
|
||||
|
||||
// proxy_file_chmod (Integer)
|
||||
// Access rights for downloaded files in /proxy/ directory
|
||||
'proxy_file_chmod' => 0640,
|
||||
],
|
||||
'experimental' => [
|
||||
// exp_themes (Boolean)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue