Fix disabling hsts

This commit is contained in:
VirtuBox
2024-06-02 23:28:54 +02:00
parent 582ececbdc
commit 6177647a6f
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ class SSL:
def setuphsts(self, wo_domain_name, enable=True):
"""Enable or disable htsts for a site"""
if enable:
if enable is True:
if WOFileUtils.enabledisable(
self, '/var/www/{0}/conf/nginx/hsts.conf'
):