From d3d7d523549b8a679466b7a1903c6292a139eeec Mon Sep 17 00:00:00 2001 From: kaibae19 <99116238+kaibae19@users.noreply.github.com> Date: Sun, 3 Apr 2022 12:44:18 -0700 Subject: [PATCH] Update web_update.py --- management/web_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/web_update.py b/management/web_update.py index 4117a5da..a50fd730 100644 --- a/management/web_update.py +++ b/management/web_update.py @@ -89,7 +89,7 @@ def do_web_update(env): # If DAV_HOSTNAME and PRIMARY_HOSTNAME differ, exclude the Nextcloud configuration from the nginx configuration if env['PRIMARY_HOSTNAME'] == env['DAV_HOSTNAME']: nginx_conf += make_domain_config(env['PRIMARY_HOSTNAME'], [template0, template1, template2, template4], ssl_certificates, env) - else + else: nginx_conf += make_domain_config(env['PRIMARY_HOSTNAME'], [template0, template1, template2], ssl_certificates, env) # Add configuration all other web domains.