@@ -165,10 +165,10 @@ Send a test HTTP request to the webserver backend service:
165165
166166a vhost can be created by the api-cli command
167167
168- We use a container with nginx and another container for the php-fpm configuration (actually availlable PHP 7.4,8.0,8.1,8.2,8.3,8.4)
168+ We use a container with nginx and another container for the php-fpm configuration (actually availlable PHP 7.4,8.0,8.1,8.2,8.3,8.4,8.5 )
169169
170170Launch ` create-vhost ` , by setting the following parameters:
171- - ` PhpVersion ` : Set the version of php needed, can be ` ''(no php), 7.4,8.0,8.1,8.2,8.3,8.4 `
171+ - ` PhpVersion ` : Set the version of php needed, can be ` ''(no php), 7.4,8.0,8.1,8.2,8.3,8.4,8.5 `
172172- ` ServerNames ` : set the domain name of the vhost, it must be an array
173173- ` MemoryLimit ` : This sets the maximum amount of memory that a script is allowed to allocate. use ` MB `
174174- ` AllowUrlfOpen ` : This option enables the URL-aware fopen wrappers that enable accessing URL object like files. use ` enabled|disabled `
@@ -225,7 +225,7 @@ The TCP port of the php-fpm port is unique, each virtualhost gets a nex tcp port
225225
226226Launch ` update-vhost ` , by setting the following parameters:
227227- ` port ` : The tcp port of php-fpm, it is used as an ID for the virtualhost
228- - ` PhpVersion ` : Set the version of php needed, can be ` ''(no php), 7.4,8.0,8.1,8.2,8.3,8.4 `
228+ - ` PhpVersion ` : Set the version of php needed, can be ` ''(no php), 7.4,8.0,8.1,8.2,8.3,8.4,8.5 `
229229- ` ServerNames ` : set the domain name of the vhost, it must be an array
230230- ` MemoryLimit ` : This sets the maximum amount of memory that a script is allowed to allocate. use ` MB `
231231- ` AllowUrlfOpen ` : This option enables the URL-aware fopen wrappers that enable accessing URL object like files. use ` enabled|disabled `
0 commit comments