mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-21 20:48:43 -05:00
10 lines
211 B
ApacheConf
10 lines
211 B
ApacheConf
Alias /zm /usr/share/zoneminder
|
|
|
|
<Directory /usr/share/zoneminder>
|
|
php_flag register_globals off
|
|
Options Indexes FollowSymLinks
|
|
<IfModule mod_dir.c>
|
|
DirectoryIndex index.php
|
|
</IfModule>
|
|
</Directory>
|