View | Details | Raw Unified | Return to bug 223377
Collapse All | Expand All

(-)../fastdfs-nginx-module-5a8110f/src/mod_fastdfs.conf (-5 / +13 lines)
Lines 59-66 Link Here
59
# store_path#, based 0, if store_path0 not exists, it's value is base_path
59
# store_path#, based 0, if store_path0 not exists, it's value is base_path
60
# the paths must be exist
60
# the paths must be exist
61
# must same as storage.conf
61
# must same as storage.conf
62
store_path0=/home/yuqing/fastdfs
62
store_path0=/var/db/fastdfs/storage
63
#store_path1=/home/yuqing/fastdfs1
63
#store_path1=/var/db/fastdfs/storage2
64
64
65
# standard log level as syslog, case insensitive, value list:
65
# standard log level as syslog, case insensitive, value list:
66
### emerg for emergency
66
### emerg for emergency
Lines 92-97 Link Here
92
# NOTE: #include is an include directive, do NOT remove the # before include
92
# NOTE: #include is an include directive, do NOT remove the # before include
93
#include http.conf
93
#include http.conf
94
94
95
# HTTP default content type
96
http.default_content_type = application/octet-stream
97
98
# MIME types mapping filename
99
# MIME types file format: MIME_type  extensions
100
# such as:  image/jpeg	jpeg jpg jpe
101
# you can use apache's MIME file: mime.types
102
http.mime_types_filename=/usr/local/etc/nginx/mime.types
95
103
96
# if support flv
104
# if support flv
97
# default value is false
105
# default value is false
Lines 119-126 Link Here
119
#group_name=group1
127
#group_name=group1
120
#storage_server_port=23000
128
#storage_server_port=23000
121
#store_path_count=2
129
#store_path_count=2
122
#store_path0=/home/yuqing/fastdfs
130
#store_path0=/var/db/fastdfs/storage
123
#store_path1=/home/yuqing/fastdfs1
131
#store_path1=/var/db/fastdfs/storage2
124
132
125
# group settings for group #2
133
# group settings for group #2
126
# since v1.14
134
# since v1.14
Lines 129-133 Link Here
129
#group_name=group2
137
#group_name=group2
130
#storage_server_port=23000
138
#storage_server_port=23000
131
#store_path_count=1
139
#store_path_count=1
132
#store_path0=/home/yuqing/fastdfs
140
#store_path0=/var/db/fastdfs/storage
133
141

Return to bug 223377