[openstreetmap/openstreetmap-website] How to deploy on DigitalOcean? (#1385)

Tom Hughes notifications at github.com
Tue Nov 29 17:39:06 UTC 2016


Actually by default rails only binds to the loopback interface if you're using the builtin server, which is designed for development use only.

You need to use `rails server --binding=0.0.0.0` if you want to bind to all interfaces, but it may not be a good idea to expose that server to the internet.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/1385#issuecomment-263641659
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20161129/90c11cd0/attachment.html>


More information about the rails-dev mailing list