From 71e17f61f840ebc8df5eada3a0adda1842524cb2 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 15 Aug 2022 10:10:55 +0200 Subject: [PATCH] copr-fe: LimitRequestBody 0 for "upload" routes After one of the recent httpd updates, it started applying the 1GB upload limit. https://pagure.io/copr/copr/issue/2271 https://pagure.io/copr/copr/issue/2268 https://pagure.io/copr/copr/issue/2249 --- roles/copr/frontend/templates/httpd/coprs.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/copr/frontend/templates/httpd/coprs.conf b/roles/copr/frontend/templates/httpd/coprs.conf index 17700f63a5..c0b80472b2 100644 --- a/roles/copr/frontend/templates/httpd/coprs.conf +++ b/roles/copr/frontend/templates/httpd/coprs.conf @@ -72,12 +72,14 @@ WSGIApplicationGroup %{GLOBAL} WSGIProcessGroup upload + LimitRequestBody 0 WSGIProcessGroup api-memory-leak WSGIProcessGroup upload + LimitRequestBody 0 WSGIProcessGroup backend