diff --git a/vscode/rootfs/etc/nginx/nginx.conf b/vscode/rootfs/etc/nginx/nginx.conf index 001b39e..0b7a81e 100644 --- a/vscode/rootfs/etc/nginx/nginx.conf +++ b/vscode/rootfs/etc/nginx/nginx.conf @@ -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;