summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-04-07 16:22:33 -0400
committerMicah Anderson <micah@riseup.net>2015-04-07 16:22:33 -0400
commita34481e68e0810bc176360b820397a3da11ec514 (patch)
treeeae0ee78678e82e6acb716d0ddd588556a382e82
parent3c04ed34ed2420733ace82d962d4bd0c90815f2b (diff)
Add missing DirectoryIndex index.php to the pnp4nagios apache config snippet
-rw-r--r--files/pnp4nagios/apache.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/pnp4nagios/apache.conf b/files/pnp4nagios/apache.conf
index 8f66756..816bf05 100644
--- a/files/pnp4nagios/apache.conf
+++ b/files/pnp4nagios/apache.conf
@@ -27,4 +27,5 @@ Alias /pnp4nagios "/usr/share/pnp4nagios/html"
# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php/$0 [PT,L]
</IfModule>
+ DirectoryIndex index.php
</Directory>