mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🚑 Turns of Lua Resty core in Nginx
This commit is contained in:
parent
dbe3ae29e8
commit
68d15ee1b1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue