aboutsummaryrefslogtreecommitdiffstats
path: root/webroot
diff options
context:
space:
mode:
Diffstat (limited to 'webroot')
-rw-r--r--webroot/.static/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/webroot/.static/.htaccess b/webroot/.static/.htaccess
new file mode 100644
index 0000000..68f007e
--- /dev/null
+++ b/webroot/.static/.htaccess
@@ -0,0 +1,3 @@
+<Files *>
+ SetHandler send-as-is
+</Files>