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:
parent
402cf58c27
commit
e218132d2d
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
### Example PHP configuration (remove it if not used)
|
### 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
|
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||||
client_max_body_size 50M;
|
client_max_body_size 50M;
|
||||||
|
|
|
@ -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 -
|
# 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.
|
# 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"
|
chmod 750 "$final_path"
|
||||||
chown -R $app:www-data $final_path
|
chown -R $app:www-data $final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue