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:
parent
57fdd7d1c6
commit
33fac2533f
1 changed files with 6 additions and 6 deletions
|
@ -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 sed -i "s@__NAMETOCHANGE__@$app@g" ../conf/nginx.conf
|
||||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.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
|
# Crée le repertoire de destination et check les permissions
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -131,12 +137,6 @@ then
|
||||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# PHP-FPM CONFIGURATION
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
POOL_FPM
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Régénère la configuration de SSOwat
|
# Régénère la configuration de SSOwat
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue