Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/180047

Change subject: Xenon: Add AddType / AddEncoding directives for .svgz files
......................................................................

Xenon: Add AddType / AddEncoding directives for .svgz files

Change-Id: I72f3e76673bdb48934aa43fe8b4b756d6488c29f
---
M templates/apache/sites/xenon.erb
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/47/180047/1

diff --git a/templates/apache/sites/xenon.erb b/templates/apache/sites/xenon.erb
index ff952e4..460fbc6 100644
--- a/templates/apache/sites/xenon.erb
+++ b/templates/apache/sites/xenon.erb
@@ -15,6 +15,9 @@
         Order allow,deny
         allow from all
 
+        AddType image/svg+xml svg svgz
+        AddEncoding gzip svgz
+
         IndexOptions +Charset=UTF-8 +FancyIndexing +IgnoreCase +FoldersFirst 
+XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=* 
+IconsAreLinks
         IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, 
initial-scale=1\">"
         IndexIgnore .htaccess /theme
@@ -22,7 +25,7 @@
         AddIcon /xenon/theme/icons/blank.png ^^BLANKICON^^
         AddIcon /xenon/theme/icons/folder.png ^^DIRECTORY^^
         AddIcon /xenon/theme/icons/folder-home.png ..
-        AddIcon /xenon/theme/icons/draw.png .svg
+        AddIcon /xenon/theme/icons/draw.png .svg .svgz
         AddIcon /xenon/theme/icons/doc.png .log
         DefaultIcon /xenon/theme/icons/default.png
 

-- 
To view, visit https://gerrit.wikimedia.org/r/180047
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I72f3e76673bdb48934aa43fe8b4b756d6488c29f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to