domain change

This commit is contained in:
Nicolas Bally 2013-07-21 13:56:31 +02:00
parent 0e6082d3f1
commit 9fc48d172c
2 changed files with 8 additions and 1 deletions

View File

@ -108,12 +108,19 @@ body{
#main{
text-align:justify;
clear:both;
p{
margin-bottom: 18px;
}
.span8{
padding:0 5em 0 3em;
ul{
margin-left:1em;
}
}
h1, h2,h3,h4{
color :#00ade2;

View File

@ -4,7 +4,7 @@ upstream ecole_eft_app_unicorn {
server {
listen 80;
server_name new.ecole-eft-france.fr;
server_name ecole-eft-france.fr new.ecole-eft-france.fr;
root /home/web/ecole_eft_app/current/public;
try_files $uri/index.html $uri @unicorn;