mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix service description for php7.0
This commit is contained in:
parent
61949a0fba
commit
e11730c1e3
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@
|
|||
"service_description_mysql": "stores applications data (SQL database)",
|
||||
"service_description_nginx": "serves or provides access to all the websites hosted on your server",
|
||||
"service_description_nslcd": "handles YunoHost user shell connection",
|
||||
"service_description_php5-fpm": "runs applications written in PHP with nginx",
|
||||
"service_description_php7.0-fpm": "runs applications written in PHP with nginx",
|
||||
"service_description_postfix": "used to send and receive emails",
|
||||
"service_description_redis-server": "a specialized database used for rapid data access, task queue and communication between programs",
|
||||
"service_description_rmilter": "checks various parameters in emails",
|
||||
|
|
Loading…
Add table
Reference in a new issue