]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Add missing semicolon in man page
authorChristian Hesse <mail@eworm.de>
Wed, 24 Jun 2020 12:06:56 +0000 (14:06 +0200)
committerWayne Davison <wayne@opencoder.net>
Thu, 25 Jun 2020 00:54:47 +0000 (17:54 -0700)
All nginx configuration directives end in semicolon.

rsyncd.conf.5.md

index bc5a571b543f25ddd1be89ecea750f81843d452e..4da26b624b998be4ebeda9b88fcebaaad0df9ffa 100644 (file)
@@ -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"