Clarify SSL comment when using Cloudflare

This commit is contained in:
Puru
2024-10-04 23:57:33 +05:45
parent 81f3508507
commit 1d04a6644f

View File

@@ -14,7 +14,8 @@ servers:
# 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 one server).
# Set ssl: false if using something like Cloudflare to terminate SSL (but keep host!). # 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: proxy:
ssl: true ssl: true
host: app.example.com host: app.example.com