feat: boost size of the shared cache up to 30MB
This commit is contained in:
parent
a4ed2baf8b
commit
c767848065
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
error_log /dev/stdout;
|
error_log /dev/stdout;
|
||||||
|
|
||||||
lua_shared_dict jasima_cache 20m;
|
lua_shared_dict jasima_cache 30m;
|
||||||
lua_package_path "/opt/sitelen-tu/?.lua;;";
|
lua_package_path "/opt/sitelen-tu/?.lua;;";
|
||||||
|
|
||||||
lua_shared_dict auto_ssl 1m;
|
lua_shared_dict auto_ssl 1m;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue