1PUBLIC-INBOX-HTTPD(1) public-inbox user manual PUBLIC-INBOX-HTTPD(1)
2
3
4
6 public-inbox-httpd - PSGI server optimized for public-inbox
7
9 public-inbox-httpd [OPTIONS] [/path/to/myapp.psgi]
10
12 public-inbox-httpd is a PSGI/Plack server supporting HTTP/1.1 and
13 HTTP/1.0. It uses options and environment variables common to all
14 public-inbox-daemon(8) implementations in addition to the PSGI file.
15
16 If a PSGI file is not specified, PublicInbox::WWW is loaded with a
17 default middleware stack consisting of Plack::Middleware::ReverseProxy,
18 and Plack::Middleware::Head
19
20 This may point to a PSGI file for supporting generic PSGI apps.
21
23 GIT_HTTP_MAX_REQUEST_BUFFER
24 Shared with git-http-backend(1), this governs the maximum
25 upload size of an HTTP request.
26
27 Default: 10m
28
30 Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
31
32 The mail archives are hosted at <https://public-inbox.org/meta/> and
33 <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
34
36 Copyright all contributors <mailto:meta@public-inbox.org>
37
38 License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
39
41 git(1), git-config(1), public-inbox-daemon(8), Plack
42
43
44
45public-inbox.git 1993-10-02 PUBLIC-INBOX-HTTPD(1)