0
1
Fork 0
hedera-web-mindshore/etc/apache2/conf.d/hedera-web

10 lines
187 B
Plaintext
Raw Normal View History

2014-05-09 12:19:53 +00:00
Alias /hedera-web /usr/share/hedera-web/
<Directory /usr/share/hedera-web/>
Options Indexes
Options +FollowSymLinks
AllowOverride None
Order Allow,Deny
Allow From All
</Directory>