summaryrefslogtreecommitdiff
path: root/pypi.wsgi
Commit message (Collapse)AuthorAgeFilesLines
* Increase the cache time to a dayDonald Stufft2013-07-041-2/+2
|
* Let the Fastly default happenDonald Stufft2013-07-041-2/+4
|
* Only cache pages for 15 minutesDonald Stufft2013-06-241-1/+1
|
* Make a CacheControlMiddleware that adds Cache-Control directivesDonald Stufft2013-06-221-0/+23
|
* Merged in ctheune/pypi-fix-mirroring (pull request #1)Donald Stufft2013-06-201-1/+1
|\ | | | | | | Fix packages downloading to include LAST SERIAL header
| * Allow serving the packages from the standalone wsgi application.Christian Theune2013-06-131-1/+1
| |
* | Handle a missing CONTENT_LENGTHDonald Stufft2013-06-171-1/+1
| |
* | Allow overriding the PyPI config fileDonald Stufft2013-06-171-1/+1
| |
* | Revert back to the original pypi.wsgiDonald Stufft2013-06-171-27/+4
|/
* Support different config.ini locationsDonald Stufft2013-06-081-1/+15
|
* SimplifyDonald Stufft2013-06-081-2/+1
|
* Handle different layouts a little nicerDonald Stufft2013-06-081-2/+9
|
* Handle not having a CONTENT_LENGTH betterDonald Stufft2013-06-081-1/+1
|
* Fix for default valueDonald Stufft2013-06-081-1/+2
|
* Operate a little bit nicer for the addition of the pathDonald Stufft2013-06-081-2/+4
|
* Allow pointing to a different configuration file via envvarDonald Stufft2013-06-071-1/+1
|
* fix & attempt to stop uwsgi falling about laughingRichard Jones2013-03-201-3/+7
|
* update README; fix wsgi dev server startup to match nginx/uwsgi ↵Richard Jones2013-02-191-6/+30
| | | | test/production environment
* revert that craprichard2012-03-141-5/+57
|
* refactor to allow multiple wsgi application configs more easilyrichard2012-03-141-57/+5
|
* roll in change from productionrichard2012-03-131-0/+1
|
* roll in change from productionrichard2012-03-131-1/+1
|
* Merge tarek-pep-345-support.martin.von.loewis2010-04-241-4/+18
|
* last diff from live serverrichard2009-11-051-1/+1
|
* Drop name parameter from config. Patch by Dan Callahan.martin.von.loewis2009-04-011-1/+1
|
* Provide default status message, as mod_wsgi insists on it.martin.von.loewis2008-11-151-1/+1
|
* Add WSGI support.martin.von.loewis2008-11-151-0/+49