1
0
Fork 0
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:
ericgaspar 2020-11-20 22:19:31 +01:00
commit 4ac062e170
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================