mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix php-version
This commit is contained in:
parent
63e05d6425
commit
d4c6f8f84b
1 changed files with 3 additions and 3 deletions
|
@ -241,7 +241,7 @@ ynh_script_progression --message="Configuring nginx web server..." --weight=2
|
|||
|
||||
# Create a dedicated php-fpm config
|
||||
ynh_script_progression --message="Configuring application..."
|
||||
ynh_add_fpm_config
|
||||
ynh_add_fpm_config --phpversion=8.2
|
||||
|
||||
# Create .well-known redirection for access by federation
|
||||
if yunohost --output-as plain domain list | grep -q "^$server_name$"
|
||||
|
|
Loading…
Reference in a new issue