summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi/gunicorn.txt
AgeCommit message (Expand)Author
2026-03-27Corrected outdated links to gunicorn documentation.Sebastian Skonieczny
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-09-06Refs #23430 -- gunicorn wants a module, not fileCollin Anderson
2014-09-05Fixed #23430 -- simplified gunicorn deployment docs.Collin Anderson
2014-08-02Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
2014-02-27Fixed documention typojibreel
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-01-22Fixed #19633 - Discouraged use of gunicorn's Django integration.Tim Graham
2012-08-12Fix link to Gunicorn website in deployment howto.Martijn Vermaat
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer