helpers: fix remaining __FINALPATH__ in php template (note that this is backward compatible because ynh_add_config will replace __INSTALL_DIR__ by $finalpath if $finalpath exists...

This commit is contained in:
Alexandre Aubin 2023-02-02 23:57:24 +01:00
parent ba4f192557
commit 9b7668dab0

View file

@ -156,7 +156,7 @@ ynh_add_fpm_config() {
user = __APP__ user = __APP__
group = __APP__ group = __APP__
chdir = __FINALPATH__ chdir = __INSTALL_DIR__
listen = /var/run/php/php__PHPVERSION__-fpm-__APP__.sock listen = /var/run/php/php__PHPVERSION__-fpm-__APP__.sock
listen.owner = www-data listen.owner = www-data