From e3f19ee0421175165e4095eb3d169e9625262e60 Mon Sep 17 00:00:00 2001 From: Scott Buchanan Date: Mon, 15 Dec 2014 10:14:28 -0500 Subject: [PATCH] Fixing default location to use specified index files. --- manifests/resource/vhost.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/resource/vhost.pp b/manifests/resource/vhost.pp index 3f65d48..bafe5c4 100644 --- a/manifests/resource/vhost.pp +++ b/manifests/resource/vhost.pp @@ -501,7 +501,7 @@ define nginx::resource::vhost ( try_files => $try_files, www_root => $www_root, autoindex => $autoindex, - index_files => [], + index_files => $index_files, location_custom_cfg => $location_custom_cfg, notify => Class['::nginx::service'], rewrite_rules => $rewrite_rules,