Skip to content

Commit

Permalink
Merge pull request voxpupuli#90 from michaeltchapman/vhost_index
Browse files Browse the repository at this point in the history
Add index_files to location for vhost
  • Loading branch information
James Fryman committed Jul 21, 2013
2 parents e1b0f83 + 5e0498c commit f895971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/resource/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
fastcgi_script => $fastcgi_script,
try_files => $try_files,
www_root => $www_root,
index_files => $index_files,
location_custom_cfg => $location_custom_cfg,
notify => Class['nginx::service'],
}
Expand Down

0 comments on commit f895971

Please sign in to comment.