Revert "🚑 Turns of Lua Resty core in Nginx"

This reverts commit 68d15ee1b1.
This commit is contained in:
Franck Nijhof 2019-05-10 12:45:11 +02:00
parent 68d15ee1b1
commit 833ff73808
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -40,7 +40,6 @@ 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;