1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

few change to delete blanks

This commit is contained in:
Robles Rodolphe 2020-04-08 17:23:01 +02:00
parent 87db3cee48
commit b880d01691
3 changed files with 0 additions and 14 deletions

View file

@ -19,16 +19,6 @@ location ~ [^/]\.php(/|$) {
fastcgi_param REMOTE_USER $remote_user; fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename; 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 # PHP configuration end

View file

@ -118,8 +118,6 @@ ynh_add_fpm_config
#================================================= #=================================================
ynh_script_progression --message="Configuring SSOwat..." --time --weight=1 ynh_script_progression --message="Configuring SSOwat..." --time --weight=1
if [ $is_public -eq 0 ] if [ $is_public -eq 0 ]
then # Remove the public access then # Remove the public access
ynh_app_setting_delete $app skipped_uris ynh_app_setting_delete $app skipped_uris

View file

@ -9,7 +9,6 @@
source _common.sh source _common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#================================================= #=================================================
# LOAD SETTINGS # LOAD SETTINGS
#================================================= #=================================================
@ -139,7 +138,6 @@ then
cp -a /tmp/association.sqlite $final_path/association.sqlite cp -a /tmp/association.sqlite $final_path/association.sqlite
fi fi
#================================================= #=================================================
# Change options in file config.dist.php # Change options in file config.dist.php
# and copy in local.dist.php # and copy in local.dist.php