suite
This commit is contained in:
parent
b948f8be5a
commit
1a5830f076
@ -4,7 +4,7 @@ upstream payre3p_app_unicorn {
|
||||
|
||||
server {
|
||||
listen [::]:80;
|
||||
server_name payresas.quartz.xyz ;
|
||||
server_name payre3p.quartz.xyz ;
|
||||
root /srv/www/web/payre3p_app/current/public;
|
||||
try_files $uri/index.html $uri @unicorn;
|
||||
|
||||
@ -24,8 +24,8 @@ server {
|
||||
|
||||
server {
|
||||
listen [::]:80;
|
||||
server_name www.payresas.quartz.xyz;
|
||||
rewrite ^(.*) http://payresas.quartz.xyz$1 permanent;
|
||||
server_name www.payre3p.quartz.xyz;
|
||||
rewrite ^(.*) http://payre3p.quartz.xyz$1 permanent;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user