projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2fa4b09
)
Remove directoryindex directive
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 30 Nov 2016 11:32:51 +0000
(11:32 +0000)
committer
Andy Allan
<git@gravitystorm.co.uk>
Wed, 30 Nov 2016 11:32:51 +0000
(11:32 +0000)
This has changed upstream from planet.html to index.html
cookbooks/blogs/templates/default/apache.erb
patch
|
blob
|
history
diff --git
a/cookbooks/blogs/templates/default/apache.erb
b/cookbooks/blogs/templates/default/apache.erb
index 3995ad547a7425da941dd750b9d2f36fd3467306..1cb0fe44c6c43972d90b0a344b63e969de029392 100644
(file)
--- a/
cookbooks/blogs/templates/default/apache.erb
+++ b/
cookbooks/blogs/templates/default/apache.erb
@@
-18,7
+18,6
@@
ErrorLog /var/log/apache2/<%= @name %>-error.log
DocumentRoot <%= @directory %>
- DirectoryIndex planet.html
SSLEngine on
</VirtualHost>