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 {