Skip to content

Commit 18e6cef

Browse files
committed
fix db update error
1 parent 657adc0 commit 18e6cef

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

frameworks/C++/paozhu/paozhu_benchmark/conf/server.conf

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ clean_cron =m5t600 ;5-minute interval clean 600 seconds ago inactive connection
1818
links_restart_process =n9998877ts1te5 ;More than 15000 connections, restart the process from 1:00 am to 5:00 am
1919
session_type=1 ;session save type 0.file 1.memory 2.redis 3.memcache 4.reserve
2020
static_file_compress_cache=1 ;1 enable, Cache static file compress(gzip,br) content to cache directory
21-
modelspath=/root/benchmark/models
22-
serverpath=/root/benchmark
23-
viewpath=/root/benchmark/view
24-
viewsopath=/root/benchmark/module/view
21+
modelspath=/paozhu/models
22+
serverpath=/paozhu
23+
viewpath=/paozhu/view
24+
viewsopath=/paozhu/module/view
2525

26-
controlpath=/root/benchmark/controller
27-
controlsopath=/root/benchmark/module/controller
26+
controlpath=/paozhu/controller
27+
controlsopath=/paozhu/module/controller
2828

29-
temppath=/root/benchmark/temp
30-
logpath=/root/benchmark/log
31-
wwwpath=/root/benchmark/www/default
32-
pluginspath=/root/benchmark/plugins
33-
libspath=/root/benchmark/libs
29+
temppath=/paozhu/temp
30+
logpath=/paozhu/log
31+
wwwpath=/paozhu/www/default
32+
pluginspath=/paozhu/plugins
33+
libspath=/paozhu/libs
3434
directorylist=0
3535
index=index.html
3636
;usehtmlcache=1

0 commit comments

Comments
 (0)