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 2a28ad5 Resync with live
2a28ad5 is described below
commit 2a28ad59c393ae8389d1e6c4a51e7681e6c41c75
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 24 10:45:04 2018 +0000
Resync with live
---
config/whimsy.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/whimsy.conf b/config/whimsy.conf
index bef5ceb..5974aac 100644
--- a/config/whimsy.conf
+++ b/config/whimsy.conf
@@ -32,6 +32,8 @@
SetEnv PATH /usr/local/bin:${PATH}
PassengerFriendlyErrorPages on
+PassengerUser www-data
+PassengerGroup www-data
AddCharset UTF-8 .json
@@ -238,6 +240,7 @@ Alias /project/icla/ /srv/whimsy/www/project/icla/public
AuthLDAPGroupAttributeIsDN off
Require expr %{REQUEST_URI} == '/board/agenda/app.js'
Require expr %{REQUEST_URI} == '/board/agenda/app.js.map'
+ Require expr %{REQUEST_URI} =~ m#^/board/agenda/.*\.js\.rb$#
Require expr %{REQUEST_URI} =~ m#^/board/agenda/[-\d]+/bootstrap.html$#
Require expr %{REQUEST_URI} == '/board/agenda/stylesheets/app.css'
Require expr %{REQUEST_URI} == '/board/agenda/sw.js'
--
To stop receiving notification emails like this one, please contact
[email protected].