diff --git a/docs/index.html b/docs/index.html
index fca6264..6ca12a4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -115,8 +115,8 @@
Parameters:
tags extra tags to include on all reported errors
logger
verify_ssl boolean of whether to perform SSL certificate verification
- cacert path to CA certificate bundle file (defaults to ./data/cacert.pem).
- Useful only when using luasec, ngx version uses the lua_ssl_trusted_certificate directive for this.
+ cafile path to CA certificate bundle file.
+ Required only when using luasec, ngx version uses the lua_ssl_trusted_certificate directive for this.
For example:
{ tags = { foo = "bar", abc = "def" }, logger = "myLogger", verify_ssl = false }
@@ -290,7 +290,7 @@ Usage:
generated by LDoc 1.4.6
-
Last updated 2017-05-10 15:09:54
+
Last updated 2017-05-16 12:19:18