1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00
This commit is contained in:
Éric Gaspar 2023-11-12 09:04:43 +01:00
parent b5d3bc7904
commit cf9d3b8245
3 changed files with 6 additions and 2 deletions

View file

@ -34,6 +34,10 @@ ram.runtime = "50M"
type = "path"
default = "/phpinfo"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.phpversion]
ask.en = "Choose the version of PHP to use."
ask.fr = "Choisissez la version de PHP à utiliser."

View file

@ -28,7 +28,7 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Configuring PHP-FPM..."
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
#=================================================
# NGINX CONFIGURATION

View file

@ -36,7 +36,7 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Upgrading PHP-FPM configuration..."
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
#=================================================
# NGINX CONFIGURATION