mirror of
https://github.com/krislamo/puppet-pubcrawler
synced 2024-11-10 01:40:35 +00:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
Alias /pubcrawler /usr/share/pubcrawler/html
|
|
<Directory /usr/share/pubcrawler/html>
|
|
Options FollowSymLinks Includes
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|