summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-03-28 14:33:05 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-03-28 14:33:05 +0100
commita98d62428b27982ff8520978065995799705e55b (patch)
tree09899d480e780c523848c3012e8cae7493182357
parentecfa44f1a8d78798ce850b63dcc618f813b225df (diff)
downloadontogen-a98d62428b27982ff8520978065995799705e55b.tar.gz
ontogen-a98d62428b27982ff8520978065995799705e55b.tar.xz
ontogen-a98d62428b27982ff8520978065995799705e55b.zip
quickstart: example .htaccess fixing SVG content type
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--quickstart/.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/quickstart/.htaccess b/quickstart/.htaccess
new file mode 100644
index 0000000..55cbb8f
--- /dev/null
+++ b/quickstart/.htaccess
@@ -0,0 +1,2 @@
+AddType image/svg+xml svg svgz
+AddEncoding gzip svgz \ No newline at end of file