summaryrefslogtreecommitdiffstats
path: root/ckeditor.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ckeditor.conf')
-rw-r--r--ckeditor.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/ckeditor.conf b/ckeditor.conf
index eb90005..748db3e 100644
--- a/ckeditor.conf
+++ b/ckeditor.conf
@@ -1 +1,14 @@
Alias /ckeditor /usr/share/ckeditor
+
+<Directory /usr/share/ckeditor>
+ <IfModule mod_authz_core.c>
+ # Apache 2.4
+ Require all granted
+ </IfModule>
+ <IfModule !mod_authz_core.c>
+ # Apache 2.2
+ Order deny,allow
+ Allow from all
+ </IfModule>
+</Directory>
+