Switched from tweaking caddy packet size to tweaking uwsgi packet size

This commit is contained in:
2025-01-30 12:00:54 +00:00
parent 60d483799b
commit 3cedbdc237
3 changed files with 2 additions and 6 deletions

View File

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