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 96bb981 Ensure correct user settings
96bb981 is described below
commit 96bb9811a8f4d7898ddd9330a07009dcc525cc2b
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 24 17:28:43 2020 +0100
Ensure correct user settings
---
config/whimsy.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/whimsy.conf b/config/whimsy.conf
index c7eedb1..a601cec 100644
--- a/config/whimsy.conf
+++ b/config/whimsy.conf
@@ -33,6 +33,9 @@ SetEnv PATH /usr/local/bin:${PATH}
PassengerFriendlyErrorPages on
+PassengerUser www-data
+PassengerGroup www-data
+
AddCharset UTF-8 .json
ExpiresActive On