mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
# $NetBSD: op_panel.conf.dist,v 1.1.1.1 2008/12/08 04:53:28 jnemeth Exp $
|
|
#
|
|
# Flash Operator Panel configuration file fragment for Apache
|
|
|
|
<IfModule mod_alias.c>
|
|
Alias /panel/ "@SMDIR@/"
|
|
</IfModule>
|
|
|
|
<Directory "@SMDIR@">
|
|
Options None
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|