summaryrefslogtreecommitdiff
path: root/rsyncd.conf.5.md
diff options
context:
space:
mode:
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"