diff --git a/conf/nginx.conf b/conf/nginx.conf index bb8f35e..3e0b07e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; diff --git a/scripts/install b/scripts/install index f18fab6..ac0a9e0 100755 --- a/scripts/install +++ b/scripts/install @@ -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