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{ #main{
text-align:justify; text-align:justify;
clear:both; clear:both;
p{ p{
margin-bottom: 18px; margin-bottom: 18px;
} }
.span8{ .span8{
padding:0 5em 0 3em; padding:0 5em 0 3em;
ul{
margin-left:1em;
}
} }
h1, h2,h3,h4{ h1, h2,h3,h4{
color :#00ade2; color :#00ade2;

View File

@ -4,7 +4,7 @@ upstream ecole_eft_app_unicorn {
server { server {
listen 80; 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; root /home/web/ecole_eft_app/current/public;
try_files $uri/index.html $uri @unicorn; try_files $uri/index.html $uri @unicorn;