Oops.. fixed nginx config

This commit is contained in:
augustin64 2024-04-12 15:51:20 +02:00
parent 449d2da410
commit d6988c03b4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ server {
proxy_pass "http://127.0.0.1:6666";
chunked_transfer_encoding off;
proxy_buffering off;
set_header X-Accel-Buffering no;
add_header X-Accel-Buffering no;
}
}