From 057b91d9ba2180d3af267032b4a208aa9337145b Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Sat, 28 Feb 2015 00:31:34 +0100 Subject: [PATCH] Updated README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06c7608..54e9d6f 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,8 @@ After that, enable PHP for lighttpd and restart it for the settings to take effe sudo lighty-enable-mod fastcgi-php /etc/init.d/lighttpd restart ``` -Now, comes the fun part. -For security reasons, the www-data user which lighttpd runs under is not allowed to start or stop daemons, or run commands like ifdown and ifup, all of which we want our page to do. -So what I have done is added the www-data user to the sudoers file, but with restrictions on what commands the user can run. +Now comes the fun part. For security reasons, the `www-data` user which lighttpd runs under is not allowed to start or stop daemons, or run commands like ifdown and ifup, all of which we want our page to do. +So what I have done is added the `www-data` user to the sudoers file, but with restrictions on what commands the user can run. Add the following to the end of `/etc/sudoers`: ```sh