1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my-mind_ynh.git synced 2024-09-03 19:46:22 +02:00

Merge pull request #4 from YunoHost-Apps/ynh_test

Fixed error
This commit is contained in:
anmol26s 2020-04-26 22:03:28 +05:30 committed by GitHub
commit b8999af4ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

@ -10,7 +10,7 @@ location __PATH__/ {
}
### Example PHP configuration (remove it if not used)
index index.php;
index index.html index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;

View file

@ -62,13 +62,9 @@ ynh_abort_if_errors
#=================================================
if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..." --time --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path"
fi
#=================================================
# NGINX CONFIGURATION