diff --git a/conf/nginx.conf b/conf/nginx.conf index a742919..ea36772 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __INSTALL_DIR__/; + alias __INSTALL_DIR__/_build/prod/rel/bonfire/lib/bonfire-0.1.0-*/priv/static; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;