Skip to content

Commit

Permalink
remove redundant reverse proxy declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
wbclark authored and ehelms committed Dec 5, 2019
1 parent b93d856 commit f96b33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/apache.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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],
},
],
}
Expand Down

0 comments on commit f96b33b

Please sign in to comment.