about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <mwrap-perl@80x24.org>2022-12-16 22:57:52 +0000
committerEric Wong <mwrap-perl@80x24.org>2022-12-16 22:58:16 +0000
commitd0d47aa3c0b4ea80f778b7fde117209c66cd68dd (patch)
tree747fd6d206d5c35f76336d943e754fa90acdc3df
parentfc26dc8b7f3c95cc362439893c791d8654a8acbf (diff)
downloadmwrap-d0d47aa3c0b4ea80f778b7fde117209c66cd68dd.tar.gz
Fix the comment regarding --no-deflate and describe PLACK_ENV, too.
-rw-r--r--script/mwrap-rproxy4
1 files changed, 3 insertions, 1 deletions
diff --git a/script/mwrap-rproxy b/script/mwrap-rproxy
index da5379a..af5bdf9 100644
--- a/script/mwrap-rproxy
+++ b/script/mwrap-rproxy
@@ -74,7 +74,7 @@ environment (see L<mwrap-perl(1p)>).
 =item --no-deflate
 
 L<Plack::Middleware::Deflater(3pm)> is loaded by default if available.
-Using C<--no-deflate> will save CPU cycles at the expe
+Using C<--no-deflate> will save CPU cycles at the expense of bandwidth.
 
 =back
 
@@ -87,6 +87,8 @@ mwrap-rproxy supports systemd (and compatible) socket activation via
 C<LISTEN_PID> and C<LISTEN_FDS> variables.  See L<systemd.socket(5)>
 and L<sd_listen_fds(3)>.
 
+C<PLACK_ENV> is also supported as described by L<plackup(1p)>
+
 =head1 CONTACT
 
 Feedback welcome via plain-text mail to L<mailto:mwrap-perl@80x24.org>