1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00

fix : remove public _path

This commit is contained in:
Salamandar 2024-01-19 14:49:36 +01:00
parent e8258cad47
commit 2ff00bab0a
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
location __PATH__/static/ {
# Service static files by nginx
# e.g.: /var/www/$app/static
alias __PUBLIC_PATH__/static/;
alias __INSTALL_DIR__/public/static/;
expires 30d;
}

View file

@ -8,7 +8,7 @@ source _common.sh
source /usr/share/yunohost/helpers
mkdir -p "$public_path/media" "$public_path/static"
mkdir -p "$install_dir/public/media" "$install_dir/public/static"
mkdir -p "$install_dir"
mkdir -p "$log_path"