You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2018/02/26 23:13:08 UTC

[whimsy] branch master updated: Don't assume www-data:www-data exists as login coords

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 151a83f  Don't assume www-data:www-data exists as login coords
151a83f is described below

commit 151a83fa29cfb3a93da2f2db682778d96528d886
Author: Sebb <se...@apache.org>
AuthorDate: Mon Feb 26 23:13:03 2018 +0000

    Don't assume www-data:www-data exists as login coords
---
 config/whimsy.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/whimsy.conf b/config/whimsy.conf
index 5974aac..2d994da 100644
--- a/config/whimsy.conf
+++ b/config/whimsy.conf
@@ -32,8 +32,9 @@
 SetEnv PATH /usr/local/bin:${PATH}
 
 PassengerFriendlyErrorPages on
-PassengerUser www-data
-PassengerGroup www-data
+#PassengerUser www-data
+#PassengerGroup www-data
+
 
 AddCharset UTF-8 .json
 

-- 
To stop receiving notification emails like this one, please contact
sebb@apache.org.