Skip to content

Commit

Permalink
Re-clarify SSL comment when using Cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar authored Oct 4, 2024
1 parent 1c049ee commit 185c164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/kamal/cli/templates/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ servers:
# cmd: bin/jobs

# Enable SSL auto certification via Let's Encrypt (and allow for multiple apps on one server).
# If using something like Cloudflare, it is recommended that "SSL/TLS Encryption Mode" is set to "Full"
# for full end-to-end encryption. Alternatively, set ssl: false for Cloudflare to terminate SSL (but keep host!)
proxy:
# If using something like Cloudflare, it is recommended to set encryption mode
# in Cloudflare's SSL/TLS setting to "Full" to enable end-to-end encryption.
proxy:
ssl: true
host: app.example.com
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
Expand Down

0 comments on commit 185c164

Please sign in to comment.