fix: SSL off for services
This commit is contained in:
parent
242b8fa746
commit
ffb7dc4ec2
1 changed files with 1 additions and 0 deletions
|
|
@ -577,6 +577,7 @@ export async function configureSimpleServiceProxyOff({ domain }) {
|
||||||
.json();
|
.json();
|
||||||
await completeTransaction(transactionId);
|
await completeTransaction(transactionId);
|
||||||
} catch (error) {}
|
} catch (error) {}
|
||||||
|
await forceSSLOffApplication(domain);
|
||||||
await removeWwwRedirection(domain);
|
await removeWwwRedirection(domain);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue