From: Eric Wong Date: Fri, 24 May 2019 02:57:53 +0000 (+0000) Subject: doc: daemon: fix manpage section for nginx X-Git-Tag: v1.2.0~232 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c0d29c34e38fabf40f3b2db8caad106951b02e73;p=public-inbox.git doc: daemon: fix manpage section for nginx The nginx manpage is in section 8. --- diff --git a/Documentation/public-inbox-daemon.pod b/Documentation/public-inbox-daemon.pod index a3c97d8b..47d15de4 100644 --- a/Documentation/public-inbox-daemon.pod +++ b/Documentation/public-inbox-daemon.pod @@ -37,7 +37,7 @@ This takes an absolute path to a Unix socket or HOST:PORT to listen on. For example, to listen to TCP connections on port 119, use: C<-l 0.0.0.0:119>. This may also point to a Unix socket (C<-l /path/to/http.sock>) for a reverse proxy -like L to use. +like L to use. May be specified multiple times to allow listening on multiple sockets. @@ -77,7 +77,7 @@ Default: 1 =head1 SIGNALS -Most of our signal handling behavior is copied from L +Most of our signal handling behavior is copied from L and/or L; so it is possible to reuse common scripts for managing them.