You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/08/21 22:40:54 UTC

[whimsy] branch master updated: lock down documents/received

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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  92108ef   lock down documents/received
92108ef is described below

commit 92108ef3355a7e4e97a66855bb5fb32e10865373
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Aug 21 18:40:32 2016 -0400

    lock down documents/received
---
 config/whimsy.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/whimsy.conf b/config/whimsy.conf
index 5a726c2..ae06ded 100644
--- a/config/whimsy.conf
+++ b/config/whimsy.conf
@@ -98,7 +98,8 @@
   # for secretary workbench
   Alias /members/received /srv/secretary/workbench/documents/received
   <Directory /srv/secretary/workbench/documents/received>
-    Require all granted
+    Require ip 127.0.0.1
+    Require ip ::1
   </Directory>
 
   <Directory /Users/rubys/git/whimsy/www/secretary>

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].