1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adminer_ynh.git synced 2024-09-03 18:06:06 +02:00
This commit is contained in:
Éric Gaspar 2023-09-27 15:54:59 +02:00
parent 9ec9f104a9
commit 0df36ccbc4
2 changed files with 2 additions and 2 deletions

View file

@ -49,4 +49,4 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.2-mysql php8.2-sqlite3 php8.2-pgsql"
packages = "php8.2-mysql, php8.2-sqlite3, php8.2-pgsql"

View file

@ -63,7 +63,7 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint
ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint
# Create a dedicated NGINX config
ynh_add_nginx_config