🚑 Turns of Lua Resty core in Nginx

This commit is contained in:
Franck Nijhof 2019-05-10 12:39:13 +02:00
parent c69b9c2006
commit f24f2dc062
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -40,6 +40,7 @@ http {
default_type application/octet-stream; default_type application/octet-stream;
gzip on; gzip on;
keepalive_timeout 65; keepalive_timeout 65;
lua_load_resty_core off;
lua_shared_dict auths 16k; lua_shared_dict auths 16k;
sendfile on; sendfile on;
server_tokens off; server_tokens off;