Skip to content
Snippets Groups Projects
Commit 42708320 authored by jurgenhaas's avatar jurgenhaas
Browse files

Enable sendfile

parent 67ba330c
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,13 @@
line='ExtendedStatus On'
notify: "Apache | Restart Apache"
- name: "Apache | Turn on SendFile"
lineinfile:
dest=/etc/apache2/apache2.conf
regexp='^EnableSendfile '
line='EnableSendfile On'
notify: "Apache | Restart Apache"
- name: "Apache | Configure Security Settings"
template:
src='etc-apache2-conf-available-security'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment