This commit is contained in:
Nicolas Bally 2014-12-09 00:28:38 +01:00
parent a741e2512b
commit 76dca29297
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ require 'bundler/capistrano'
set :application, 'pic_vert_app'
set :domain, 'new.lepicvert.org'
set :domain, 'new2.lepicvert.org'
set :user, 'web'

View File

@ -4,7 +4,7 @@ upstream pic_vert_app_unicorn {
server {
listen 80;
server_name new.lepicvert.org lepicvert.org;
server_name new2.lepicvert.org new.lepicvert.org lepicvert.org;
root /home/web/pic_vert_app/current/public;
try_files $uri/index.html $uri @unicorn;