1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librespeed_ynh.git synced 2024-09-03 19:36:23 +02:00

some tests

This commit is contained in:
rungeard 2021-05-12 19:07:28 +02:00
parent 402cf58c27
commit e218132d2d
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -119,7 +119,7 @@ ynh_setup_source --dest_dir="$final_path"
# But FOR THE LOVE OF GOD, do not allow r/x for "others" on the entire folder -
# this will be treated as a security issue.
mv $final_path/'example-singleServer-full.html' "$final_path/index.html"
#mv $final_path/'example-singleServer-full.html' "$final_path/index.html"
chmod 750 "$final_path"
chown -R $app:www-data $final_path