summaryrefslogtreecommitdiff
path: root/rsyncd.conf.5.md
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2020-06-24 14:06:56 +0200
committerWayne Davison <wayne@opencoder.net>2020-06-24 17:54:47 -0700
commit39a083b16b6d229f32078569ea8bd2c4bb29a44b (patch)
tree0723930b75b7ad38f8c61c1579ef12abd5d21018 /rsyncd.conf.5.md
parent202b7b18affaebea34539473515a7ce2aa41b778 (diff)
downloadrsync-39a083b16b6d229f32078569ea8bd2c4bb29a44b.tar.gz
Add missing semicolon in man page
All nginx configuration directives end in semicolon.
Diffstat (limited to 'rsyncd.conf.5.md')
-rw-r--r--rsyncd.conf.5.md2
1 files changed, 1 insertions, 1 deletions
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"