mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-20 06:48:00 -04:00
9 lines
187 B
ApacheConf
9 lines
187 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>
|