mirror of
https://github.com/YunoHost-Apps/X-prober_ynh.git
synced 2024-09-03 20:36:04 +02:00
Php8
This commit is contained in:
parent
0e8fd753c3
commit
328e66a38f
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php8-fpm"
|
||||
"php8.0-fpm"
|
||||
|
||||
],
|
||||
"arguments": {
|
||||
|
@ -39,8 +39,8 @@
|
|||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"example": "/php",
|
||||
"default": "/php"
|
||||
"example": "/xprober",
|
||||
"default": "/xprober"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
|
|
Loading…
Reference in a new issue