Merge pull request #530 from scottsb/master

Fixing default location to use specified index files.
This commit is contained in:
Matthew Haughton 2015-04-15 12:51:19 -04:00
commit 51291ebee6

View file

@ -516,7 +516,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,