Skip to content

Commit 29ba1dc

Browse files
committed
Make it clearer that the proxy setup is just for single-web server setups
1 parent 57fe7e7 commit 29ba1dc

File tree

1 file changed

+2
-2
lines changed
  • railties/lib/rails/generators/rails/app/templates/config

1 file changed

+2
-2
lines changed

railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ servers:
1313
# - 192.168.0.1
1414
# cmd: bin/jobs
1515

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!).
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.
1818
proxy:
1919
ssl: true
2020
host: app.example.com

0 commit comments

Comments
 (0)