network/cherokee: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 17:31:42 -04:00
parent 154a602c40
commit 29cb529c3f

View file

@ -37,7 +37,7 @@ Notes about using this SlackBuild
to the script.
5) If you want to build Cherokee with debugging options, enable trace
facility by passing TRACE=yes to the script.
6) The $WWWGROUP group and the $WWWUSER user account are set to cherokee.
6) The $WWWGROUP group and $WWWUSER user account are set to cherokee.
To run cherokee as a different user/group specify them passing the
options WWWUSER/WWWGROUP to the slackbuild, like
@ -48,7 +48,7 @@ Notes about using this SlackBuild
groupadd -g 306 cherokee
useradd -u 306 -g cherokee -d /var/www/htdocs-cherokee cherokee
See http://slackbuilds.org/uid_gid.txt for current reccomendations (if any)
See http://slackbuilds.org/uid_gid.txt for current reccomendations.
7) If you want to use it with php, remember to add your user to the
apache group, so that it can use /var/lib/php, like