fix: regression in caddy config binding

This commit is contained in:
Shrikant Sharat Kandula 2023-12-13 18:53:08 +05:30 committed by GitHub
parent 6343e568df
commit 5cb146a088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ const bind = [
(APPSMITH_CUSTOM_DOMAIN || "").replace(/^https?:\/\//, "").replace(/\/$/, ""),
// Also bind to http on 80, so that if the cert provisioning fails, we can still serve on http.
// But this still means that if cert provisioning is successful, http will be redirected to https.
":80",
//":80",
].join(" ")
const parts = []