diff --git a/config/nginx.conf b/config/nginx.conf index 7026e2f..6b7db72 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -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; }