mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-17 18:48:24 -05:00
9 lines
189 B
ApacheConf
9 lines
189 B
ApacheConf
Alias /zm /usr/share/zoneminder/www
|
|
|
|
<Directory /usr/share/zoneminder/www>
|
|
Options -Indexes +FollowSymLinks
|
|
<IfModule mod_dir.c>
|
|
DirectoryIndex index.php
|
|
</IfModule>
|
|
</Directory>
|