=head1 NAME public-inbox-httpd - PSGI server optimized for public-inbox =head1 SYNOPSIS public-inbox-httpd [OPTIONS] [/path/to/myapp.psgi] =head1 DESCRIPTION public-inbox-httpd is a PSGI/Plack server supporting HTTP/1.1 and HTTP/1.0. It uses options and environment variables common to all L implementations in addition to the PSGI file. If a PSGI file is not specified, L is loaded with a default middleware stack consisting of L, and L 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, this governs the maximum upload size of an HTTP request. Default: 10m =back =head1 CONTACT Feedback welcome via plain-text mail to L The mail archives are hosted at L and L =head1 COPYRIGHT Copyright all contributors L License: AGPL-3.0+ L =head1 SEE ALSO L, L, L, L