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;