diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-09 16:22:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-09 16:22:55 +0200 |
commit | ef17bd0f0e94a0c379b1b9b37216e2290707a558 (patch) | |
tree | bff940142866d649ffaea8f78a4aff3a0d577d7d /apache | |
parent | 14b6a6c93003b422cb08c5313f64a228e743d2ac (diff) | |
download | Chimère-ef17bd0f0e94a0c379b1b9b37216e2290707a558.tar.bz2 Chimère-ef17bd0f0e94a0c379b1b9b37216e2290707a558.zip |
Update documentation
Diffstat (limited to 'apache')
-rw-r--r-- | apache/apache-wsgi.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apache/apache-wsgi.conf b/apache/apache-wsgi.conf index 1a4d24a..3ed1b1d 100644 --- a/apache/apache-wsgi.conf +++ b/apache/apache-wsgi.conf @@ -4,6 +4,7 @@ WSGIProcessGroup chimere WSGIScriptAlias / /var/local/chimere/apache/mydjango.wsgi Alias /static "/var/local/chimere/mychimere_project/static" + Alias /admin/doc "/var/local/chimere/docs/_build/html/" Alias /tinymce "/usr/share/tinymce/www" <Directory "/usr/share/tinymce/www/"> Options Indexes MultiViews FollowSymLinks |