This commit is contained in:
Nicolas Bally 2018-03-28 13:25:36 +02:00
parent a1bf1276b1
commit 653d945686

View File

@ -4,7 +4,7 @@ upstream vita_app_unicorn {
server { server {
listen [::]:80; listen [::]:80;
server_name vitascreen.quartz.xyz; server_name vitascreen.quartz.xyz vita.quartz.xyz;
root /srv/www/web/vita_app/current/public; root /srv/www/web/vita_app/current/public;
try_files $uri/index.html $uri @unicorn; try_files $uri/index.html $uri @unicorn;