[moinmoin] Double the size for application/x-www-form-urlencoded request bodies (https://discourse.gnome.org/t/
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [moinmoin] Double the size for application/x-www-form-urlencoded request bodies (https://discourse.gnome.org/t/
- Date: Tue, 3 May 2022 08:59:17 +0000 (UTC)
commit 9ae064d44c8754c5c85569b9695f70b50250a12f
Author: Andrea Veri <averi redhat com>
Date: Tue May 3 10:58:39 2022 +0200
Double the size for application/x-www-form-urlencoded request bodies
(https://discourse.gnome.org/t/update-main-tutorial-of-vala/9683)
app_data/httpd-cfg/00_wiki.gnome.org.conf | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/app_data/httpd-cfg/00_wiki.gnome.org.conf b/app_data/httpd-cfg/00_wiki.gnome.org.conf
index b0a0e02..3ddf9a0 100644
--- a/app_data/httpd-cfg/00_wiki.gnome.org.conf
+++ b/app_data/httpd-cfg/00_wiki.gnome.org.conf
@@ -24,6 +24,8 @@
RewriteCond %{REQUEST_URI} ^/JoinGnome$
RewriteRule / https://www.gnome.org/get-involved [R=301,L]
+ SecRequestBodyNoFilesLimit 262144
+
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript
</IfModule>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]