Changed buffer size to (hopefully) match uwsgi

This commit is contained in:
2025-01-30 11:30:51 +00:00
parent 409e1976ac
commit 05b52ea4b8

View File

@@ -29,6 +29,10 @@
}
reverse_proxy repo-web-ui:5000 {
import repo_common_proxy
transport http {
max_response_header_size 8192
read_buffer 8192
}
}
}