🚑 Turns of Lua Resty core in Nginx

This commit is contained in:
Franck Nijhof 2019-05-10 12:14:58 +02:00
parent dbe3ae29e8
commit 68d15ee1b1
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;
gzip on;
keepalive_timeout 65;
lua_load_resty_core off;
lua_shared_dict auths 16k;
sendfile on;
server_tokens off;