Add missing semicolon in man page

All nginx configuration directives end in semicolon.
This commit is contained in:
Christian Hesse
2020-06-24 14:06:56 +02:00
committed by Wayne Davison
parent 202b7b18af
commit 39a083b16b

View 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"