lib/capistrano/recipes/templates/nginx.vhost.erb in capistrano_recipes-1.0.0 vs lib/capistrano/recipes/templates/nginx.vhost.erb in capistrano_recipes-1.0.1
- old
+ new
@@ -1,7 +1,7 @@
<% if using_recipe?(:unicorn) %>
upstream unicorn_<%= application %> {
- server unix:<%= unicorn_socket %> fail_timeout=0;
+ server unix:<%= unicorn_socket_file %> fail_timeout=0;
}
<% end %>
<% if exists?(:domain_alias) %>
server {
\ No newline at end of file