elastic-recheck/web/conf/elastic-recheck.conf
Sean Dague 0924c1b12f add support for installing the web dashboard
move the web dashboard from config tree into elastic recheck and
make it installable into $prefix/share. Documentation on the expected
way this would work is provided in the web sub tree.

Also ensure that we actually fetch from /elastic-recheck/data as we
expect people to set things up.

Change-Id: I514b6cf2c18bb4d570f830d78e87e713b9c3531e
2013-12-03 10:41:21 -08:00

16 lines
363 B
Plaintext

Alias /elastic-recheck /usr/share/elastic-recheck
<Directory /usr/share/elastic-recheck>
Options FollowSymlinks
AllowOverride None
Require all granted
</Directory>
Alias /elastic-recheck/data /usr/share/elastic-recheck/data
<Directory /var/lib/elastic-recheck>
Options FollowSymlinks
AllowOverride None
Require all granted
</Directory>