diff --git a/conf/nginx.conf b/conf/nginx.conf index 4976597..f05a131 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __INSTALL_DIR__/ ; + alias __INSTALL_DIR__/; index index.html index.php; diff --git a/scripts/restore b/scripts/restore index 076d3b4..ca8c8ba 100644 --- a/scripts/restore +++ b/scripts/restore @@ -23,8 +23,6 @@ chown -R "$app:www-data" "$install_dir" #================================================= # RESTORE SYSTEM CONFIGURATIONS #================================================= -# RESTORE THE PHP-FPM CONFIGURATION -#================================================= ynh_script_progression --message="Restoring system configurations related to $app..." --weight=1 ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"