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 57fe7e7 commit 29ba1dcCopy full SHA for 29ba1dc
railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt
@@ -13,8 +13,8 @@ servers:
13
# - 192.168.0.1
14
# cmd: bin/jobs
15
16
-# Enable SSL auto certification via Let's Encrypt (and allow for multiple apps on one server).
17
-# Set ssl: false if using something like Cloudflare to terminate SSL (but keep host!).
+# Enable SSL auto certification via Let's Encrypt and allow for multiple apps on a single web server.
+# Remove this section when using multiple web servers and ensure you terminate SSL at your load balancer.
18
proxy:
19
ssl: true
20
host: app.example.com
0 commit comments