File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ servers:
13
13
# - 192.168.0.1
14
14
# cmd: bin/jobs
15
15
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.
19
20
proxy :
20
21
ssl : true
21
22
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 .
23
24
# app_port: 3000
24
25
25
26
# Credentials for your image host.
You can’t perform that action at this time.
0 commit comments