This commit is contained in:
VirtuBox
2019-07-15 05:02:49 +02:00
parent 945677bdd6
commit 65332103e1

View File

@@ -1271,7 +1271,7 @@ class WOSiteUpdateController(CementBaseController):
if self.app.pargs.letsencrypt == "on": if self.app.pargs.letsencrypt == "on":
setupLetsEncrypt(self, wo_domain) setupLetsEncrypt(self, wo_domain)
httpsRedirect(self, wo_domain) httpsRedirect(self, wo_domain)
elif self.app.pargs.letsencrypt == "subodmain": elif self.app.pargs.letsencrypt == "subdomain":
setupLetsEncryptSubdomain(self, wo_domain) setupLetsEncryptSubdomain(self, wo_domain)
httpsRedirect(self, wo_domain) httpsRedirect(self, wo_domain)
elif self.app.pargs.letsencrypt == "wildcard": elif self.app.pargs.letsencrypt == "wildcard":