mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ui - fixe couille dans le potage with setup wizard on firefox
This commit is contained in:
parent
a0996041d4
commit
ea09e8b72e
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ location /setup {
|
|||
proxy_buffering on;
|
||||
|
||||
# Response body modifications
|
||||
header_filter_by_luea_block {
|
||||
ngx.header.content_length = nil
|
||||
}
|
||||
body_filter_by_lua_block {
|
||||
local str = ngx.arg[1]
|
||||
local patterns = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue