...
Code Block | ||
---|---|---|
| ||
fileStorageConfig:
host:
# enable storing uploads on the hosts file system
enabled: true
# Specify the absolute path to a directory on the filesystem where uploads should be stored
path: /full_path_to/LOCAL_UPLOADS_FOLDER
s3:
enabled: false
region:
publicBucket:
privateBucket:
uploadsBucket:
accessKey:
secretKey:
customDomain: |
Note: Always specify the full path to a folder without the trailing /
. Also, make sure the LOCAL_UPLOADS_FOLDER
has access rights of 755
, as these files are served publicly by nginx.
...