Skip to content

Commit

Permalink
Upload size limited in apache conf. Closes #184.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaudin committed Mar 15, 2011
1 parent 56c7e20 commit 1c52ffc
Show file tree
Hide file tree
Showing 7 changed files with 183 additions and 173 deletions.
6 changes: 4 additions & 2 deletions apache.conf.sample
Expand Up @@ -24,18 +24,20 @@
WSGIProcessGroup domain.tld
WSGIScriptAlias / /path/to/aemanager/application.wsgi

LimitRequestBody 1048576

Alias /media /path/to/virtualenv/lib/python2.6/site-packages/Django-1.2.5-py2.6.egg/django/contrib/admin/media
<Location /media>
SetHandler None
Order allow,deny
Allow from all
</Location>
</Location>

Alias /static /path/to/aemanager/media
<Location /static>
SetHandler None
Order allow,deny
Allow from all
</Location>
</Location>

</VirtualHost>
Binary file modified locale/en/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit 1c52ffc

Please sign in to comment.