Skip to content

Commit

Permalink
Update vhost.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney committed Nov 19, 2015
1 parent 2f15071 commit 86f40e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/nginx/manifests/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$port = '80',
$docroot = "${::nginx::http_dir}/vhost${title}",
$servername = $title,
$files_to_serve= 'index index.html index.htm'
$files_to_serve = 'index index.html index.htm'
) {
host { $title:
ip => $::ipaddress,
Expand Down

0 comments on commit 86f40e1

Please sign in to comment.