We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ba1dc commit f86f52aCopy full SHA for f86f52a
railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt
@@ -15,6 +15,8 @@ servers:
15
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 CF-to-app encryption.
20
proxy:
21
ssl: true
22
host: app.example.com
0 commit comments