From b880d01691b6e0ea9a0c2eaa1e194222cd27e94a Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 8 Apr 2020 17:23:01 +0200 Subject: [PATCH] few change to delete blanks --- conf/nginx.conf | 10 ---------- scripts/install | 2 -- scripts/upgrade | 2 -- 3 files changed, 14 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index fa9058b..8328b41 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,16 +19,6 @@ location ~ [^/]\.php(/|$) { fastcgi_param REMOTE_USER $remote_user; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $request_filename; - -# location ~ [^/]\.php(/|$) { -# try_files $uri $uri/ index.php /_route.php; -# fastcgi_split_path_info ^(.+?\.php)(/.*)$; -# fastcgi_pass unix:/var/run/php/php7.0-fpm-__NAME__.sock; -# fastcgi_index index.php; -# include fastcgi_params; -# fastcgi_param REMOTE_USER $remote_user; -# fastcgi_param PATH_INFO $fastcgi_path_info; -# fastcgi_param SCRIPT_FILENAME $request_filename; } # PHP configuration end diff --git a/scripts/install b/scripts/install index 2f21077..39f5c2c 100644 --- a/scripts/install +++ b/scripts/install @@ -118,8 +118,6 @@ ynh_add_fpm_config #================================================= ynh_script_progression --message="Configuring SSOwat..." --time --weight=1 - - if [ $is_public -eq 0 ] then # Remove the public access ynh_app_setting_delete $app skipped_uris diff --git a/scripts/upgrade b/scripts/upgrade index e92853f..0778dec 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,7 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers - #================================================= # LOAD SETTINGS #================================================= @@ -139,7 +138,6 @@ then cp -a /tmp/association.sqlite $final_path/association.sqlite fi - #================================================= # Change options in file config.dist.php # and copy in local.dist.php