This commit is contained in:
Nicolas Bally 2018-08-30 23:57:45 +02:00
parent 198c807eb6
commit 6b8afa04b4

View File

@ -5,7 +5,7 @@ upstream heylium_app_unicorn {
server {
listen [::]:443 ssl;
server_name heylium.quartz.xyz heylium.io;
root /home/web/heylium_app/current/public;
root /srv/www/web/heylium_app/current/public;
try_files $uri/index.html $uri @unicorn;
location @unicorn {