From 68d15ee1b1c3be148a6ca51e5efc7ece8304ef5e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 10 May 2019 12:14:58 +0200 Subject: [PATCH] :ambulance: Turns of Lua Resty core in Nginx --- vscode/rootfs/etc/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode/rootfs/etc/nginx/nginx.conf b/vscode/rootfs/etc/nginx/nginx.conf index 0b7a81e..001b39e 100644 --- a/vscode/rootfs/etc/nginx/nginx.conf +++ b/vscode/rootfs/etc/nginx/nginx.conf @@ -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;