diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-12 17:25:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 16:41:50 +0200 |
commit | 96281a6c4f818311a6df90c0d8b8f537a61e1090 (patch) | |
tree | d0c0ccacda5ccfb94b98d018abb273b554eb2f77 /etc | |
parent | e80ebd1c1a6fe7749c1565c4a9e2fccaa07d5d95 (diff) |
Add url, email, summary, description members to the repository class
Diffstat (limited to 'etc')
-rw-r--r-- | etc/httpd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/httpd.conf b/etc/httpd.conf index 33658a8..1000b04 100644 --- a/etc/httpd.conf +++ b/etc/httpd.conf @@ -94,3 +94,4 @@ ExtendedStatus On DirectoryIndex index.html TypesConfig /etc/mime.types AddOutputFilterByType DEFLATE application/xhtml+xml +AddOutputFilterByType DEFLATE text/css |