From cc25e510ce5ff03d7c0b56f33f6512500be77fbb Mon Sep 17 00:00:00 2001 From: Nico Date: Tue, 12 Feb 2013 20:07:28 +0100 Subject: [PATCH] un --- Gemfile | 2 +- config/environments/production.rb | 2 +- config/nginx.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e8edcfb..0301495 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem "rails", '3.2.0' +gem "rails", '3.2.11' group :assets do gem 'sass-rails', '~> 3.2.3' diff --git a/config/environments/production.rb b/config/environments/production.rb index 02e377f..97e1f0f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -58,5 +58,5 @@ Crossey2::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify - HOSTNAME="blog.nicolasbally.com" + HOSTNAME="new.ecole-eft-france.fr" end diff --git a/config/nginx.conf b/config/nginx.conf index 86ca4d8..3d09598 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -1,5 +1,5 @@ upstream ecole_eft_app_unicorn { - server unix:/home/web/blog_perso_app/shared/tmp/unicorn.sock fail_timeout=0; + server unix:/home/web/ecole_eft_app/shared/tmp/unicorn.sock fail_timeout=0; } server {