fix: Remove SSL with stop
This commit is contained in:
parent
50cae5ac3b
commit
242b8fa746
@ -64,6 +64,7 @@ export async function removeProxyConfiguration({ domain }) {
|
|||||||
.json();
|
.json();
|
||||||
await completeTransaction(transactionId);
|
await completeTransaction(transactionId);
|
||||||
}
|
}
|
||||||
|
await forceSSLOffApplication(domain);
|
||||||
await removeWwwRedirection(domain);
|
await removeWwwRedirection(domain);
|
||||||
}
|
}
|
||||||
export async function forceSSLOffApplication({ domain }) {
|
export async function forceSSLOffApplication({ domain }) {
|
||||||
|
Loading…
Reference in New Issue
Block a user