un
This commit is contained in:
parent
73e26ecffe
commit
cc25e510ce
2
Gemfile
2
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'
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user