mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-20 14:53:27 -04:00
10 lines
219 B
ApacheConf
10 lines
219 B
ApacheConf
Alias /zm /usr/share/zoneminder/www
|
|
|
|
<Directory /usr/share/zoneminder/www>
|
|
php_flag register_globals off
|
|
Options Indexes FollowSymLinks
|
|
<IfModule mod_dir.c>
|
|
DirectoryIndex index.php
|
|
</IfModule>
|
|
</Directory>
|