ui - fix typo in setup config

This commit is contained in:
fl0ppy-d1sk 2024-11-12 16:57:28 +01:00
parent 9116008736
commit d020c90280
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -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 {