logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

public-inbox-httpd - PSGI server optimized for public-inbox

Contact

       Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>

       The       mail       archives      are      hosted      at      <https://public-inbox.org/meta/>      and
       <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>

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 public-inbox-daemon(8) implementations in addition to the PSGI file.

       If a PSGI file is not specified, PublicInbox::WWW is loaded with a default middleware stack consisting of
       Plack::Middleware::ReverseProxy, and Plack::Middleware::Head

       This may point to a PSGI file for supporting generic PSGI apps.

Environment

       GIT_HTTP_MAX_REQUEST_BUFFER
               Shared with git-http-backend(1), this governs the maximum upload size of an HTTP request.

               Default: 10m

Name

       public-inbox-httpd - PSGI server optimized for public-inbox

See Also

git(1), git-config(1), public-inbox-daemon(8), Plack

public-inbox.git                                   1993-10-02                              PUBLIC-INBOX-HTTPD(1)

Synopsis

         public-inbox-httpd [OPTIONS] [/path/to/myapp.psgi]

See Also