summaryrefslogtreecommitdiff
path: root/apache/apache-wsgi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache/apache-wsgi.conf')
-rw-r--r--apache/apache-wsgi.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/apache/apache-wsgi.conf b/apache/apache-wsgi.conf
index 57bd438..16a893c 100644
--- a/apache/apache-wsgi.conf
+++ b/apache/apache-wsgi.conf
@@ -5,6 +5,12 @@
WSGIScriptAlias / /var/local/chimere/chimere/apache/django.wsgi
Alias /static "/var/local/chimere/chimere/static"
Alias /tinymce "/usr/share/tinymce/www"
+ <Directory "/usr/share/tinymce/www/">
+ Options Indexes MultiViews FollowSymLinks
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+ </Directory>
ErrorLog ${APACHE_LOG_DIR}/chimere/error.log
LogLevel warn