X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=examples%2Fcgit.psgi;h=e72e832d03be09b9c5aeedbc9620a2e1a40c4681;hp=3aaa4515243946266cbbacf55bd50e6ff7833200;hb=9253dc860de52360d3bc60710422783457143e3d;hpb=7ff686e90a4f26fb7c0ab29fa461329086dd28e5 diff --git a/examples/cgit.psgi b/examples/cgit.psgi index 3aaa4515..e72e832d 100644 --- a/examples/cgit.psgi +++ b/examples/cgit.psgi @@ -4,8 +4,11 @@ # # PublicInbox::Cgit may be used independently of WWW. # -# Usage: +# Usage (development, with auto-reload): # plackup -I lib -o 127.0.0.1 -R lib -r examples/cgit.psgi +# +# Usage (production, with public-inbox-httpd(1)): +# public-inbox-httpd [OPTIONS] /path/to/examples/cgit.psgi use strict; use warnings; use Plack::Builder;