Clarify proxy settings
This commit is contained in:
@@ -13,13 +13,14 @@ servers:
|
|||||||
# - 192.168.0.1
|
# - 192.168.0.1
|
||||||
# cmd: bin/jobs
|
# cmd: bin/jobs
|
||||||
|
|
||||||
# Enable SSL auto certification via Let's Encrypt (and allow for multiple apps on one server).
|
# Enable SSL auto certification via Let's Encrypt and allow for multiple apps on a single web server.
|
||||||
# If using something like Cloudflare, it is recommended to set encryption mode
|
# Remove this section when using multiple web servers and ensure you terminate SSL at your load balancer.
|
||||||
# in Cloudflare's SSL/TLS setting to "Full" to enable end-to-end encryption.
|
#
|
||||||
|
# Note: If using Cloudflare, set encryption mode in SSL/TLS setting to "Full" to enable end-to-end encryption.
|
||||||
proxy:
|
proxy:
|
||||||
ssl: true
|
ssl: true
|
||||||
host: app.example.com
|
host: app.example.com
|
||||||
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
|
# Proxy connects to your container on port 80 by default.
|
||||||
# app_port: 3000
|
# app_port: 3000
|
||||||
|
|
||||||
# Credentials for your image host.
|
# Credentials for your image host.
|
||||||
|
|||||||
Reference in New Issue
Block a user