Fix doc_root and add php-wrapper

This commit is contained in:
Léo Berry
2025-10-28 16:04:35 +01:00
parent 78da6b2994
commit a513b74874
5 changed files with 31 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ Manages a single isolated PHP application.
**Parameters:**
* `root_dir` (Stdlib::Absolutepath): The application's document root.
* `root_dir` (String): The application's document root under `/var/www/${user}/`
* `user` (String): The username to create for this application.
* `listen_port` (String): The local port the application will listen on (e.g., '9010').
* `group` (String): The group for the user (default: `$user`).