mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
- added missing attributes
This commit is contained in:
parent
ea535cb287
commit
d668a9d789
|
@ -58,12 +58,14 @@
|
|||
- If the URL is http://www.example.com/, set $_httpRoot = "/".
|
||||
- contentDir: Where the uploaded files are stored (best to choose a directory that
|
||||
- is not accessible through your web-server)
|
||||
- stagingDir: Where partial file uploads are saved
|
||||
- luceneDir: Where the lucene fulltext index iѕ saved
|
||||
- stagingDir: Where partial file uploads are saved
|
||||
- luceneDir: Where the lucene fulltext index iѕ saved
|
||||
- logFileEnable: set false to disable log system
|
||||
- logFileRotation: the log file rotation (h=hourly, d=daily, m=monthly)
|
||||
- enableLargeFileUpload: support for jumploader
|
||||
- partitionsize: size of chunk uploaded by jumploader
|
||||
- dropFolderDir: where files for document upload are located
|
||||
- cacheDir: where the preview images are saved
|
||||
-->
|
||||
<server
|
||||
rootDir = ""
|
||||
|
@ -75,6 +77,8 @@
|
|||
logFileRotation = "d"
|
||||
enableLargeFileUpload = "true"
|
||||
partitionSize = "2000000"
|
||||
dropFolderDir = ""
|
||||
cacheDir = ""
|
||||
>
|
||||
</server>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user