un
This commit is contained in:
parent
73e26ecffe
commit
cc25e510ce
2
Gemfile
2
Gemfile
@ -1,6 +1,6 @@
|
|||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem "rails", '3.2.0'
|
gem "rails", '3.2.11'
|
||||||
|
|
||||||
group :assets do
|
group :assets do
|
||||||
gem 'sass-rails', '~> 3.2.3'
|
gem 'sass-rails', '~> 3.2.3'
|
||||||
|
@ -58,5 +58,5 @@ Crossey2::Application.configure do
|
|||||||
# Send deprecation notices to registered listeners
|
# Send deprecation notices to registered listeners
|
||||||
config.active_support.deprecation = :notify
|
config.active_support.deprecation = :notify
|
||||||
|
|
||||||
HOSTNAME="blog.nicolasbally.com"
|
HOSTNAME="new.ecole-eft-france.fr"
|
||||||
end
|
end
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
upstream ecole_eft_app_unicorn {
|
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 {
|
server {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user