Skip to content

Commit

Permalink
fix: regression in caddy config binding
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Dec 13, 2023
1 parent d10201a commit 9f0e30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 9f0e30e

Please sign in to comment.