mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
32 lines
705 B
Plaintext
32 lines
705 B
Plaintext
# $NetBSD: ingo.conf.dist,v 1.1.1.1 2006/03/31 22:06:34 adrianp Exp $
|
|
#
|
|
# Ingo configuration file fragment for Apache
|
|
|
|
# For security, don't serve pages from the Ingo configuration and library
|
|
# directories.
|
|
#
|
|
<Directory "@INGODIR@/config">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@INGODIR@/lib">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@INGODIR@/locale">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@INGODIR@/po">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@INGODIR@/scripts">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@INGODIR@/templates">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|