mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ui - fix typo in setup config
This commit is contained in:
parent
9116008736
commit
d020c90280
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ location /setup {
|
|||
proxy_buffering on;
|
||||
|
||||
# Response body modifications
|
||||
header_filter_by_luea_block {
|
||||
header_filter_by_lua_block {
|
||||
ngx.header.content_length = nil
|
||||
}
|
||||
body_filter_by_lua_block {
|
||||
|
|
|
|||
Loading…
Reference in a new issue