Fixes
This commit is contained in:
@@ -230,6 +230,10 @@ class HestiaBunkerWebApi
|
||||
variables["USE_ANTIBOT"] = options[:anti_bot] || "captcha"
|
||||
end
|
||||
|
||||
variables["ANTIBOT_IGNORE_URI"] = options[:anti_bot_ignore_uri] || "^/\.well-known/acme-challenge/.+$"
|
||||
variables["LETS_ENCRYPT_PASSTHROUGH"] = options[:lets_encrypt_passthrough] || "yes"
|
||||
|
||||
|
||||
service_body = {
|
||||
server_name: service_name,
|
||||
is_draft: false,
|
||||
|
||||
Reference in New Issue
Block a user