mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 22:30:27 +08:00
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
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>
|