mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix comment on how to enable status page and fix PHP error caused by the comment :(
This commit is contained in:
parent
03123ee729
commit
4298006e31
@ -20,7 +20,8 @@
|
|||||||
*
|
*
|
||||||
* 3. FPM need to be configured to serve status under /status
|
* 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
|
* docker restart egroupware
|
||||||
*
|
*
|
||||||
* Please note: the next EGroupware update will disable it again, and it's a good idea to do that even before!
|
* Please note: the next EGroupware update will disable it again, and it's a good idea to do that even before!
|
||||||
|
Loading…
Reference in New Issue
Block a user