lib/ms_deploy/templates/vhost.erb in ms_deploy-0.2.3 vs lib/ms_deploy/templates/vhost.erb in ms_deploy-0.2.4
- old
+ new
@@ -5,10 +5,10 @@
# fail_timeout=0 means we always retry an upstream even if it failed
# to return a good HTTP response (in case the Unicorn master nukes a
# single worker for timing out).
# This is the socket we configured in unicorn.rb
- server unix:/tmp/sockets/<%= application %>_<%= stage %>.sock fail_timeout=0;
+ server unix:/tmp/socket.<%= application %>_<%= stage %>.sock fail_timeout=0;
# for TCP setups, point these to your backend servers
# server 127.0.0.1:8080 fail_timeout=0;
# server 192.168.0.8:8080 fail_timeout=0;
# server 192.168.0.9:8080 fail_timeout=0;