|
|
@ -7,6 +7,7 @@ if (($pydio{'status'} || 'disabled') eq 'enabled'){ |
|
|
|
my $allow = (($pydio{'access'} || 'private') eq 'public') ? 'all':"$localAccess $externalSSLAccess"; |
|
|
|
my $allow = (($pydio{'access'} || 'private') eq 'public') ? 'all':"$localAccess $externalSSLAccess"; |
|
|
|
my $auth = (($pydio{'Authentication'} || 'http') eq 'http') ? "AuthName \"Pydio\"\n" . |
|
|
|
my $auth = (($pydio{'Authentication'} || 'http') eq 'http') ? "AuthName \"Pydio\"\n" . |
|
|
|
" AuthType Basic\n" . |
|
|
|
" AuthType Basic\n" . |
|
|
|
|
|
|
|
" AuthBasicProvider external\n" . |
|
|
|
" AuthExternal pwauth\n" . |
|
|
|
" AuthExternal pwauth\n" . |
|
|
|
" Require valid-user\n" : ''; |
|
|
|
" Require valid-user\n" : ''; |
|
|
|
my $maxsize = $pydio{'MaxUploadSize'} || '200M'; |
|
|
|
my $maxsize = $pydio{'MaxUploadSize'} || '200M'; |
|
|
|