page: deploy sandbox.notifications.delta.chat

This commit is contained in:
missytake 2024-01-25 17:52:18 +01:00
parent 9f9bcc48a8
commit 80d0229e90

View file

@ -21,7 +21,7 @@ def _install_nginx():
_sudo = True,
)
def add_nginx_domain(domain: str, config_path: str, enabled=True):
def add_nginx_domain(domain: str, config_path: str, enabled=True, acmetool=True):
"""Let a domain be handled by nginx, create a Let's Encrypt certificate for it, and deploy the config.
:param domain: the domain of the website
@ -33,6 +33,7 @@ def add_nginx_domain(domain: str, config_path: str, enabled=True):
)
need_restart = default_config_link.changed
if acmetool:
deploy_acmetool(nginx_hook=True, domains=[domain])
if enabled: