mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Merge branch 'storage' of https://github.com/YunoHost-Apps/lychee_ynh into storage
This commit is contained in:
commit
4ac062e170
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ ynh_app_setting_set --app=$app --key=public_path --value=$public_path
|
|||
mkdir -p ${public_path}/uploads
|
||||
mkdir -p ${public_path}/uploads/{big,import,medium,raw,small,thumb}
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config "public_path"
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue