From 328e66a38f349a7d21ae446bfe03fafd880df4b5 Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Fri, 18 Mar 2022 01:35:41 +0100 Subject: [PATCH] Php8 --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index af2adff..96a1808 100644 --- a/manifest.json +++ b/manifest.json @@ -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",