Path: blob/main/ftp/fastdfs/files/patch-conf-storage.conf
18160 views
--- conf/storage.conf.orig 2019-12-30 23:36:03 UTC1+++ conf/storage.conf2@@ -46,7 +46,7 @@ stat_report_interval = 603# NOTE: the binlog files maybe are large, make sure4# the base path has enough disk space,5# eg. the disk free space should > 50GB6-base_path = /home/yuqing/fastdfs7+base_path = /var/db/fastdfs/storage89# max concurrent connections the server supported,10# you should set this parameter larger, eg. 1024011@@ -126,8 +126,8 @@ store_path_count = 112# the store paths' order is very important, don't mess up!!!13# the base_path should be independent (different) of the store paths1415-store_path0 = /home/yuqing/fastdfs16-#store_path1 = /home/yuqing/fastdfs217+store_path0 = /var/db/fastdfs/storage18+#store_path1 = /var/db/fastdfs/storage21920# subdir_count * subdir_count directories will be auto created under each21# store_path (disk), value can be 1 to 256, default value is 25622@@ -158,11 +158,11 @@ log_level = info2324#unix group name to run this program,25#not set (empty) means run by the group of current user26-run_by_group =27+run_by_group = _fastdfs2829#unix username to run this program,30#not set (empty) means run by current user31-run_by_user =32+run_by_user = _fastdfs3334# allow_hosts can ocur more than once, host can be hostname or ip address,35# "*" (only one asterisk) means match all ip addresses363738