fix: Remove SSL with stop

This commit is contained in:
Andras Bacsai 2022-02-18 00:15:46 +01:00
parent 50cae5ac3b
commit 242b8fa746

View File

@ -64,6 +64,7 @@ export async function removeProxyConfiguration({ domain }) {
.json();
await completeTransaction(transactionId);
}
await forceSSLOffApplication(domain);
await removeWwwRedirection(domain);
}
export async function forceSSLOffApplication({ domain }) {