diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-12 15:08:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-12 15:08:55 -0300 |
commit | fb723f2b800051eb949b8b0db7360ee2038bc077 (patch) | |
tree | acd156e7eb5f9cf93b3a2e94c3fb39c3d420d0d7 /templates | |
parent | 1a387c2d2bacb63a1d28e2721406a5a3c84bd4e2 (diff) | |
download | puppet-apache-fb723f2b800051eb949b8b0db7360ee2038bc077.tar.gz puppet-apache-fb723f2b800051eb949b8b0db7360ee2038bc077.tar.bz2 |
Pass -f do a2dismod
Diffstat (limited to 'templates')
-rw-r--r-- | templates/apache2.conf.erb.jessie | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apache2.conf.erb.jessie b/templates/apache2.conf.erb.jessie index 1918048..5d39e89 100644 --- a/templates/apache2.conf.erb.jessie +++ b/templates/apache2.conf.erb.jessie @@ -154,7 +154,7 @@ TypesConfig /etc/mime.types # keep browsers from trying to display binary files as though they are # text. # -DefaultType text/plain +DefaultType none # # HostnameLookups: Log the names of clients or just their IP addresses |