Path: blob/main/ftp/fastdfs/files/patch-conf-tracker.conf
18160 views
--- conf/tracker.conf.orig 2019-12-30 23:36:03 UTC1+++ conf/tracker.conf2@@ -20,7 +20,7 @@ connect_timeout = 53network_timeout = 6045# the base path to store data and log files6-base_path = /home/yuqing/fastdfs7+base_path = /var/db/fastdfs/tracker89# max concurrent connections this server support10# you should set this parameter larger, eg. 1024011@@ -97,11 +97,11 @@ log_level = info1213#unix group name to run this program,14#not set (empty) means run by the group of current user15-run_by_group=16+run_by_group=_fastdfs1718#unix username to run this program,19#not set (empty) means run by current user20-run_by_user =21+run_by_user = _fastdfs2223# allow_hosts can ocur more than once, host can be hostname or ip address,24# "*" (only one asterisk) means match all ip addresses252627