1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00

Update install

This commit is contained in:
frju365 2017-03-04 00:41:35 +01:00 committed by GitHub
parent 57fdd7d1c6
commit 33fac2533f

View file

@ -83,6 +83,12 @@ sudo sed -i "s@__FINALPATH__@$final_path@g" ../conf/nginx.conf
sudo sed -i "s@__NAMETOCHANGE__@$app@g" ../conf/nginx.conf
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
#=================================================
# PHP-FPM CONFIGURATION
#=================================================
POOL_FPM
#=================================================
# Crée le repertoire de destination et check les permissions
#=================================================
@ -131,12 +137,6 @@ then
ynh_app_setting_set "$app" unprotected_uris "/"
fi
#=================================================
# PHP-FPM CONFIGURATION
#=================================================
POOL_FPM
#=================================================
# Régénère la configuration de SSOwat
#=================================================