production
This commit is contained in:
parent
6705855a5d
commit
d3533d5841
@ -4,7 +4,7 @@ upstream new_ads_app_unicorn {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name new.artdessens.fr;
|
server_name artdessens.fr;
|
||||||
root /home/web/new_ads_app/current/public;
|
root /home/web/new_ads_app/current/public;
|
||||||
try_files $uri/index.html $uri @unicorn;
|
try_files $uri/index.html $uri @unicorn;
|
||||||
|
|
||||||
@ -21,3 +21,8 @@ server {
|
|||||||
keepalive_timeout 10;
|
keepalive_timeout 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name www.artdessens.fr new.artdessens.fr;
|
||||||
|
rewrite ^(.*) http://cris-graphic.com$1 permanent;
|
||||||
|
}
|
||||||
|
BIN
public/.DS_Store
vendored
BIN
public/.DS_Store
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user