maj
This commit is contained in:
parent
a1632bfe4d
commit
58c9f80b73
@ -4,7 +4,7 @@ upstream nb_app_unicorn {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name nicolasbally.com;
|
||||
server_name quartz.xyz;
|
||||
root /home/web/nb_app/current/public;
|
||||
try_files $uri/index.html $uri @unicorn;
|
||||
|
||||
@ -23,7 +23,7 @@ server {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name www.nicolasbally.com quartz-agence.com www.quartz-agence.com;
|
||||
rewrite ^(.*) http://nicolasbally.com permanent;
|
||||
server_name nicolasbally.com *.nicolasbally.com quartz-agence.com *.quartz-agence.com;
|
||||
rewrite ^(.*) http://quartz.xyz permanent;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user