diff options
author | Nim <etienne.loks@peacefrogs.net> | 2012-02-18 21:08:05 +0100 |
---|---|---|
committer | Nim <etienne.loks@peacefrogs.net> | 2012-02-18 21:08:05 +0100 |
commit | d619212928d82def5aa826aa1d02e5b24510811f (patch) | |
tree | 991989b5a11a99002a039c2a78623c8e4012d72c /apache/apache-wsgi.conf | |
parent | 0e9a4dfe775bee03c7f758ce4e107eb38c6743ac (diff) | |
download | Chimère-d619212928d82def5aa826aa1d02e5b24510811f.tar.bz2 Chimère-d619212928d82def5aa826aa1d02e5b24510811f.zip |
Modify configuration and default data
Diffstat (limited to 'apache/apache-wsgi.conf')
-rw-r--r-- | apache/apache-wsgi.conf | 6 |
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 |