about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-07-28 08:10:31 +0000
committerEric Wong <e@80x24.org>2022-07-29 16:33:06 +0000
commit48ebf19495bfa071ce1b92e55c743b3d1623a61a (patch)
treebd5ef498f8c7d15fe560b3039c368d1ce76f479f /Documentation
parent4eee5af6011cc8cdefb66c9729952c7eff5c0b0b (diff)
downloadpublic-inbox-48ebf19495bfa071ce1b92e55c743b3d1623a61a.tar.gz
We've always shared this environment with git-http-backend(1)
(but don't (yet) support http.maxRequestBuffer anywhere)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-httpd.pod15
1 files changed, 14 insertions, 1 deletions
diff --git a/Documentation/public-inbox-httpd.pod b/Documentation/public-inbox-httpd.pod
index 6a8673d8..3ed48adc 100644
--- a/Documentation/public-inbox-httpd.pod
+++ b/Documentation/public-inbox-httpd.pod
@@ -20,6 +20,19 @@ L<Plack::Middleware::Head>
 
 This may point to a PSGI file for supporting generic PSGI apps.
 
+=head1 ENVIRONMENT
+
+=over 8
+
+=item GIT_HTTP_MAX_REQUEST_BUFFER
+
+Shared with L<git-http-backend(1)>, this governs the maximum upload
+size of an HTTP request.
+
+Default: 10m
+
+=back
+
 =head1 CONTACT
 
 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
@@ -29,7 +42,7 @@ L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
 
 =head1 COPYRIGHT
 
-Copyright 2013-2021 all contributors L<mailto:meta@public-inbox.org>
+Copyright all contributors L<mailto:meta@public-inbox.org>
 
 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>