From 63e2431564aa3c54b36c41a9d3656cc71fbe5d4b Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 21 Jan 2024 14:26:32 +0100 Subject: [PATCH] use version in Nginx conf https://github.com/bonfire-networks/bonfire-app/commit/43a2bc2595bea4a41a3e6ed2661f30c526cd014d version source : https://github.com/bonfire-networks/bonfire-app/blob/b3aae6292790e79a891cc9e93ecbda1400035f1d/mix.exs#L99 --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ea36772..e159532 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __INSTALL_DIR__/_build/prod/rel/bonfire/lib/bonfire-0.1.0-*/priv/static; + alias __INSTALL_DIR__/_build/prod/rel/bonfire/lib/bonfire-0.9.8-beta.26/priv/static; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;