Commit 276b3871 authored by Pablo Zaidenvoren's avatar Pablo Zaidenvoren
Browse files

typo

parent b0ee8086
...@@ -19,7 +19,7 @@ resolver 8.8.8.8; ...@@ -19,7 +19,7 @@ resolver 8.8.8.8;
# Initial setup tasks. # Initial setup tasks.
init_by_lua_block { init_by_lua_block {
auto_ssl = (require "resty.auto-ssl").new() auto_ssl = (require "resty.auto-ssl").new()
auto_ssl::set("ca", '$LETSENCRYPT_URL') auto_ssl:set("ca", '$LETSENCRYPT_URL')
-- Define a function to determine which SNI domains to automatically handle -- Define a function to determine which SNI domains to automatically handle
-- and register new certificates for. Defaults to not allowing any domains, -- and register new certificates for. Defaults to not allowing any domains,
-- so this must be configured. -- so this must be configured.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment