zoneminder/distros/ubuntu1504/apache.conf

10 lines
219 B
ApacheConf
Raw Normal View History

2015-10-09 19:50:15 +08:00
Alias /zm /usr/share/zoneminder/www
2015-05-25 04:01:51 +08:00
<Directory /usr/share/zoneminder/www>
2015-05-25 04:01:51 +08:00
php_flag register_globals off
Options Indexes FollowSymLinks
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
</Directory>