Skip to content

Commit 555513c

Browse files
authored
Update fastcgi_cache_conf
1 parent a0fcd4a commit 555513c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http.d/fastcgi_cache_conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ map $request_uri $nocacheuri {
1111
~^/register 1;
1212
}
1313

14-
fastcgi_cache_path /home/nginx_cache levels=1:2 keys_zone=fastcgicache:256m inactive=1h;
14+
fastcgi_cache_path /home/nginx_cache levels=1:2 keys_zone=fastcgicache:256m max_size=16g inactive=1h;

0 commit comments

Comments
 (0)