Skip to content

Commit cb82767

Browse files
committed
Clarify proxy settings
1 parent 5cb9fb7 commit cb82767

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/kamal/cli/templates/deploy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ servers:
1313
# - 192.168.0.1
1414
# cmd: bin/jobs
1515

16-
# Enable SSL auto certification via Let's Encrypt (and allow for multiple apps on one server).
17-
# If using something like Cloudflare, it is recommended to set encryption mode
18-
# in Cloudflare's SSL/TLS setting to "Full" to enable end-to-end encryption.
16+
# Enable SSL auto certification via Let's Encrypt and allow for multiple apps on a single web server.
17+
# Remove this section when using multiple web servers and ensure you terminate SSL at your load balancer.
18+
#
19+
# Note: If using Cloudflare, set encryption mode in SSL/TLS setting to "Full" to enable end-to-end encryption.
1920
proxy:
2021
ssl: true
2122
host: app.example.com
22-
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
23+
# Proxy connects to your container on port 80 by default.
2324
# app_port: 3000
2425

2526
# Credentials for your image host.

0 commit comments

Comments
 (0)