8 lines
216 B
Text
8 lines
216 B
Text
Alias /meetbot/icons /usr/share/httpd/icons
|
|
Alias /meetbot /srv/web/meetbot
|
|
|
|
<Directory /srv/web/meetbot>
|
|
Options Indexes FollowSymLinks
|
|
IndexOptions NameWidth=* FancyIndexing
|
|
Require all granted
|
|
</Directory>
|