Commit 4d2436a 1 parent e1f1e07 commit 4d2436a Copy full SHA for 4d2436a
File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 20
20
"net.core.somaxconn" => 10000
21
21
}
22
22
}
23
- } ,
24
- :nginx => {
25
- :cache => {
26
- :fastcgi => {
27
- :enable => true ,
28
- :keys_zone => "fastcgi_cache_zone:256M" ,
29
- :inactive => "45d" ,
30
- :max_size => "51200M"
31
- }
32
- }
33
23
}
34
24
)
35
25
Original file line number Diff line number Diff line change 85
85
} ,
86
86
:nginx => {
87
87
:cache => {
88
+ :fastcgi => {
89
+ :enable => true ,
90
+ :keys_zone => "fastcgi_cache_zone:2048M" ,
91
+ :inactive => "180d" ,
92
+ :max_size => "196608M"
93
+ } ,
88
94
:proxy => {
89
95
:enable => true ,
90
- :keys_zone => "proxy_cache_zone:256M " ,
96
+ :keys_zone => "proxy_cache_zone:2048M " ,
91
97
:inactive => "180d" ,
92
- :max_size => "51200M "
98
+ :max_size => "196608M "
93
99
}
94
100
}
95
101
}
You can’t perform that action at this time.
0 commit comments