Skip to content

Commit 5d49799

Browse files
committed
letsencrypt for basic html
1 parent 889ec9b commit 5d49799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ def doupdatesite(self, pargs):
893893
proxyinfo = proxyinfo.split(':')
894894
host = proxyinfo[0].strip()
895895
port = '80' if len(proxyinfo) < 2 else proxyinfo[1].strip()
896-
elif stype is None and not pargs.proxy:
896+
elif stype is None and not (pargs.proxy or pargs.letsencrypt):
897897
stype, cache = 'html', 'basic'
898898
elif stype and pargs.proxy:
899899
Log.error(self, "--proxy can not be used with other site types")

0 commit comments

Comments
 (0)