summaryrefslogtreecommitdiff
path: root/www/geeklog/files/geeklog.conf
diff options
context:
space:
mode:
Diffstat (limited to 'www/geeklog/files/geeklog.conf')
-rw-r--r--www/geeklog/files/geeklog.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/geeklog/files/geeklog.conf b/www/geeklog/files/geeklog.conf
index 88e2aa74107..9f2652800fe 100644
--- a/www/geeklog/files/geeklog.conf
+++ b/www/geeklog/files/geeklog.conf
@@ -1,4 +1,4 @@
-# $NetBSD: geeklog.conf,v 1.2 2009/05/26 14:19:29 taca Exp $
+# $NetBSD: geeklog.conf,v 1.3 2015/09/27 07:17:58 taca Exp $
#
Alias /geeklog "@PREFIX@/@GEEKLOG_PUB@"
@@ -7,6 +7,11 @@ Alias /geeklog "@PREFIX@/@GEEKLOG_PUB@"
DirectoryIndex index.php index.html
Options Indexes
AllowOverride None
+<IfModule !mod_authz_core.c>
Order allow,deny
Allow from localhost
+</IfModule>
+<IfModule mod_authz_core.c>
+ Require all granted
+</IfModule>
</Directory>