From 6b8afa04b44481bd4dfae507a290eb9f2c97eb58 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 30 Aug 2018 23:57:45 +0200 Subject: [PATCH] suite --- config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.conf b/config/nginx.conf index db812f2..a2bdcc2 100755 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -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 {