This commit is contained in:
Nicolas Bally 2018-08-02 23:56:44 +02:00
parent b948f8be5a
commit 1a5830f076

View File

@ -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;
}