mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
attempt 1 to fix: https://github.com/usmannasir/cyberpanel/issues/1044
This commit is contained in:
@@ -401,7 +401,7 @@ context /.well-known/acme-challenge {
|
|||||||
|
|
||||||
sender_email = 'root@%s' % (socket.gethostname())
|
sender_email = 'root@%s' % (socket.gethostname())
|
||||||
|
|
||||||
status, path = sslUtilities.PatchVhostConf(virtualHostName)
|
sslUtilities.PatchVhostConf(virtualHostName)
|
||||||
|
|
||||||
if not os.path.exists('/usr/local/lsws/Example/html/.well-known/acme-challenge'):
|
if not os.path.exists('/usr/local/lsws/Example/html/.well-known/acme-challenge'):
|
||||||
command = f'mkdir -p /usr/local/lsws/Example/html/.well-known/acme-challenge'
|
command = f'mkdir -p /usr/local/lsws/Example/html/.well-known/acme-challenge'
|
||||||
|
|||||||
Reference in New Issue
Block a user