Correct sentence about SSL for Nginx

This commit is contained in:
Alexey Pustovalov
2020-08-24 16:12:32 -04:00
parent a349fc645a
commit a02ebfc680
7 changed files with 7 additions and 7 deletions

View File

@ -184,7 +184,7 @@ The variable allows to activate host verification. Available since 5.0.0.
### ``/etc/ssl/nginx``
The volume allows to enable HTTPS for the Zabbix web interface. The volume must contains two files ``ssl.crt``, ``ssl.key`` and ``dhparam.pem`` prepared for Nginx SSL connections.
The volume allows to enable HTTPS for the Zabbix web interface. The volume must contains three files ``ssl.crt``, ``ssl.key`` and ``dhparam.pem`` prepared for Nginx SSL connections.
Please follow official Nginx [documentation](http://nginx.org/en/docs/http/configuring_https_servers.html) to get more details about how to create certificate files.