This commit is contained in:
Nicolas Bally 2016-12-01 10:57:03 +01:00
parent bc774b8159
commit 8f001c9937

View File

@ -4,7 +4,7 @@ upstream ballalama3_app_unicorn {
server {
listen 80;
server_name ballalama.com;
server_name ballalama3.quartz.xyz;
root /home/web/ballalama3_app/current/public;
try_files $uri/index.html $uri @unicorn;
@ -22,8 +22,8 @@ server {
server {
listen 80;
server_name luxlaverie.fr www.ballalama.com www.luxlaverie.fr ;
rewrite ^(.*) http://ballalama.com$1 permanent;
server_name www.ballalama3.quartz.xyz ;
rewrite ^(.*) http://ballalama3.quartz.xyz$1 permanent;
}