mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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
|
||||
*
|
||||
* 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!
|
||||
|
Loading…
Reference in New Issue
Block a user