summaryrefslogtreecommitdiffstats
path: root/system/ZoneMinder/zm_apache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'system/ZoneMinder/zm_apache.conf')
-rw-r--r--system/ZoneMinder/zm_apache.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/ZoneMinder/zm_apache.conf b/system/ZoneMinder/zm_apache.conf
deleted file mode 100644
index 1fc10c54d3..0000000000
--- a/system/ZoneMinder/zm_apache.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-<Directory "@DOCROOT@">
- AllowOverride FileInfo Options
- Options FollowSymLinks
- php_flag register_globals off
- php_flag short_open_tag on
- <IfModule dir_module>
- DirectoryIndex index.php
- </IfModule>
-</Directory>