production domain

This commit is contained in:
Nicolas Bally 2013-07-27 10:23:27 +02:00
parent 0b90ffc469
commit fc8dc0d198

View File

@ -4,7 +4,7 @@ upstream danielle_app_unicorn {
server {
listen 80;
server_name test.script-art.fr;
server_name script-art.fr;
root /home/web/danielle_app/current/public;
try_files $uri/index.html $uri @unicorn;
@ -41,7 +41,7 @@ server {
server {
listen 80;
server_name test.script-art.net;
server_name test.script-art.net test.script-art.fr www.script-art.fr www.script-art.net script-art.net;
rewrite ^(.*) http://test.script-art.fr$1 permanent;
}