mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
3e05a4d231
Nic is a set of small web-based network applications PR: 33359 Submitted by: Thierry Thomas <thierry@thomas.as>
20 lines
487 B
Plaintext
20 lines
487 B
Plaintext
# This is included in Apache's httpd.conf for Nic
|
|
#
|
|
# For security, don't serve pages from the Nic configuration and
|
|
# library directories.
|
|
#
|
|
<Directory "/home/httpd/html/horde/nic/config">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/nic/lib">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/nic/templates">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
# End of Nic configuration ================
|
|
|