Open alexz006 opened 3 years ago
This sounds like an update for docs might be needed? And perhaps a better error message?
This sounds like an update for docs might be needed? And perhaps a better error message?
I think that when creating a new project (lapis new
), the line lua_shared_dict page_cache 10m;
was added by default in the nginx.conf file;
OpenResty 1.19.3.1, Lapis 1.8.3.
New project:
app.lua:
GET /microcached?foo
You need nginx.conf add the line:
and then everything works.