Merge ~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm:compress-streams-json into ubuntu-mirror-charm:master

Proposed by Paul Collins
Status: Merged
Approved by: Haw Loeung
Approved revision: 22ab8a461c65747ce44137d09a88a0fcb55284df
Merged at revision: ae8b1a6107cda90ea06859447df526bb818aada6
Proposed branch: ~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm:compress-streams-json
Merge into: ubuntu-mirror-charm:master
Diff against target: 13 lines (+3/-0)
1 file modified
templates/apache-simple-streams.tmpl (+3/-0)
Reviewer Review Type Date Requested Status
Haw Loeung +1 Approve
Canonical IS Reviewers Pending
Review via email: mp+410983@code.launchpad.net

Commit message

compress application/json for streams.c.c as per cRT#130349 so we can remove apache_late_extra, perhaps

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Haw Loeung (hloeung) wrote :

LGTM

review: Approve (+1)
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision ae8b1a6107cda90ea06859447df526bb818aada6

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/templates/apache-simple-streams.tmpl b/templates/apache-simple-streams.tmpl
2index 3f04092..43df003 100644
3--- a/templates/apache-simple-streams.tmpl
4+++ b/templates/apache-simple-streams.tmpl
5@@ -32,6 +32,9 @@ ${apache_early_extra}
6 IndexIgnore favicon.ico
7 AllowOverride FileInfo Indexes
8 </Directory>
9+
10+ # cRT#130349
11+ AddOutputFilterByType DEFLATE application/json
12 ${apache_late_extra}
13 </VirtualHost>
14

Subscribers

People subscribed via source and target branches