summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
authorNim <etienne.loks@peacefrogs.net>2012-02-18 21:08:05 +0100
committerNim <etienne.loks@peacefrogs.net>2012-02-18 21:08:05 +0100
commitd619212928d82def5aa826aa1d02e5b24510811f (patch)
tree991989b5a11a99002a039c2a78623c8e4012d72c /apache
parent0e9a4dfe775bee03c7f758ce4e107eb38c6743ac (diff)
downloadChimère-d619212928d82def5aa826aa1d02e5b24510811f.tar.bz2
Chimère-d619212928d82def5aa826aa1d02e5b24510811f.zip
Modify configuration and default data
Diffstat (limited to 'apache')
-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