diff --git a/manifests/apache.pp b/manifests/apache.pp
index ce4053cc..26f1cba7 100644
--- a/manifests/apache.pp
+++ b/manifests/apache.pp
@@ -17,12 +17,12 @@
         {
           'path'         => $api_path,
           'url'          => $api_url,
-          'reverse_urls' => [$api_path, $api_url],
+          'reverse_urls' => [$api_url],
         },
         {
           'path'         => $content_path,
           'url'          => $content_url,
-          'reverse_urls' => [$content_path, $content_url],
+          'reverse_urls' => [$content_url],
         },
       ],
     }