From: Christian Hesse Date: Wed, 24 Jun 2020 12:06:56 +0000 (+0200) Subject: Add missing semicolon in man page X-Git-Tag: v3.2.2pre1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a083b16b6d229f32078569ea8bd2c4bb29a44b;p=thirdparty%2Frsync.git Add missing semicolon in man page All nginx configuration directives end in semicolon. --- diff --git a/rsyncd.conf.5.md b/rsyncd.conf.5.md index bc5a571b..4da26b62 100644 --- a/rsyncd.conf.5.md +++ b/rsyncd.conf.5.md @@ -1105,7 +1105,7 @@ An example nginx proxy setup is as follows: > listen [::]:874 ssl; > > ssl_certificate /etc/letsencrypt/example.com/fullchain.pem; -> ssl_certificate_key /etc/letsencrypt/example.com/privkey.pem +> ssl_certificate_key /etc/letsencrypt/example.com/privkey.pem; > > proxy_pass localhost:873; > proxy_protocol on; # Requires "proxy protocol = true"