Skip to content

Commit

Permalink
Merge pull request #120 from lemberg/feature/92-apache2-mod-headers
Browse files Browse the repository at this point in the history
Add mod_expires and mod_headers for Apache2
  • Loading branch information
T2L committed Jan 10, 2020
2 parents 2be5800 + 59083bc commit 0e951fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Draft Environment 3.x.x

- [GH-92](https://github.com/lemberg/draft-environment/issues/92) - Added mod_expires and mod_headers for Apache2
- [GH-117](https://github.com/lemberg/draft-environment/issues/117) - Replaced Configurer with Composer event handler
- [GH-94](https://github.com/lemberg/draft-environment/issues/94) - Converted project to a composer-plugin. Clean up Draft Environment config files upon package uninstallation
- [GH-96](https://github.com/lemberg/draft-environment/issues/96) - Added vagrant-disksize plugin, which allows to alter VirtualBox disk size. By default VirtualBox disk size is capped at 10Gb, which is fine for most of the projects, unless project has huge database. Introduced new variable `virtualbox.disk_size` (defaults to `10Gb`)
Expand Down
2 changes: 2 additions & 0 deletions provisioning/roles/apache2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
name: "{{ item }}"
state: present
with_items:
- expires
- headers
- rewrite
- ssl
notify:
Expand Down

0 comments on commit 0e951fc

Please sign in to comment.