diff --git a/authcache.module b/authcache.module
index 1c0b67b..d77b03d 100644
--- a/authcache.module
+++ b/authcache.module
@@ -60,6 +59,11 @@ function authcache_menu() {
     'type' => MENU_LOCAL_TASK,
     'weight' => 10,
   );
+  $items['admin/config/development/performance/authcache/config'] = array(
+    'title' => 'Configuration',
+    'type' => MENU_DEFAULT_LOCAL_TASK,
+    'weight' => -10,
+  );
   $items['admin/config/development/performance/authcache/pagecaching'] = array(
     'title' => 'Page caching settings',
     'description' => "Configure page cache settings.",
