3 public-inbox-httpd - PSGI server optimized for public-inbox
7 B<public-inbox-httpd> [OPTIONS] [/path/to/myapp.psgi]
11 public-inbox-httpd is a PSGI/Plack server supporting HTTP/1.1
12 and HTTP/1.0. It uses options and environment variables common
13 to all L<public-inbox-daemon(8)> implementations in addition to
16 If a PSGI file is not specified, L<PublicInbox::WWW> is
17 loaded with a default middleware stack consisting of
18 L<Plack::Middleware::Deflater>,
19 L<Plack::Middleware::ReverseProxy>, and
20 L<Plack::Middleware::Head>
22 This may point to a PSGI file for supporting generic PSGI apps.
26 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
28 The mail archives are hosted at L<https://public-inbox.org/meta/>
29 and L<http://hjrcffqmbrq6wope.onion/meta/>
33 Copyright 2013-2018 all contributors L<mailto:meta@public-inbox.org>
35 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
39 L<git(1)>, L<git-config(1)>, L<public-inbox-daemon(8)>,