summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/lighttpd/0001-Fix-default-config-file.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lighttpd/0001-Fix-default-config-file.patch b/package/lighttpd/0001-Fix-default-config-file.patch
index 88d2c6f333..bffc2a8ed3 100644
--- a/package/lighttpd/0001-Fix-default-config-file.patch
+++ b/package/lighttpd/0001-Fix-default-config-file.patch
@@ -51,8 +51,8 @@ diff -Nurp a/doc/config/lighttpd.conf b/doc/config/lighttpd.conf
##
-server.username = "lighttpd"
-server.groupname = "lighttpd"
-+# server.username = "lighttpd"
-+# server.groupname = "lighttpd"
++server.username = "www-data"
++server.groupname = "www-data"
##
## enable core files.
OpenPOWER on IntegriCloud