diff options
author | Micah Anderson <micah@riseup.net> | 2015-04-07 16:22:33 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-04-07 16:22:33 -0400 |
commit | a34481e68e0810bc176360b820397a3da11ec514 (patch) | |
tree | eae0ee78678e82e6acb716d0ddd588556a382e82 /files | |
parent | 3c04ed34ed2420733ace82d962d4bd0c90815f2b (diff) |
Add missing DirectoryIndex index.php to the pnp4nagios apache config snippet
Diffstat (limited to 'files')
-rw-r--r-- | files/pnp4nagios/apache.conf | 1 |
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> |