Fix comment on how to enable status page and fix PHP error caused by the comment :(

This commit is contained in:
ralf 2023-01-18 08:39:34 -06:00
parent 03123ee729
commit 4298006e31

View File

@ -20,7 +20,8 @@
*
* 3. FPM need to be configured to serve status under /status
*
* docker exec -i egroupware sed -i /etc/php/\*/fpm/pool.d/www.conf 's/^;pm.status_page/pm.status_page/'
* docker exec -it egroupware bash
* cd /etc/php/*; sed -i cd fpm/pool.d/www.conf -e 's/^;pm.status_path/pm.status_path/'; exit
* docker restart egroupware
*
* Please note: the next EGroupware update will disable it again, and it's a good idea to do that even before!