Skip to content

Commit

Permalink
Merge pull request #377 from estrabd/issues/376
Browse files Browse the repository at this point in the history
Restart apache that might be broken because mod_headers is not enabled.
  • Loading branch information
drpebcak committed Oct 10, 2015
2 parents 2532414 + 32d7faa commit 3d70be4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/mod_headers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@
# limitations under the License.
#

apache_module 'headers'
apache_module 'headers' do
restart true
end

0 comments on commit 3d70be4

Please sign in to comment.