summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi/uwsgi.txt
AgeCommit message (Expand)Author
2014-12-07[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.Vladimir Rutsky
2013-12-08[1.6.x] Updated a bunch of hyperlinks in documentationClaude Paroz
2013-07-17[1.6.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-06-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-05-18Fixed #20402: removed as-limit from uWSGI example.Aymeric Augustin
2013-03-30Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2012-07-06restored a missing \ in uwsgi docsDaniele Procida
2012-03-28Fixed 17993 -- Removed quotes around module parameter for wider compatibility...Claude Paroz
2012-03-10Fixed #17842 - Typo in uWsgi docs; thanks mitnk.Timo Graham
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-02-24Fixed #17073 - focused uwsgi docs to Django integration; thanks Preston Holmes.Timo Graham
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer