Mercurial > p > roundup > code
changeset 7124:e65f808d55eb
fix typo
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 23 Jan 2023 13:28:28 -0500 |
| parents | 88768965868a |
| children | 264ddc581f4f |
| files | doc/installation.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/installation.txt Sat Jan 21 21:26:36 2023 -0500 +++ b/doc/installation.txt Mon Jan 23 13:28:28 2023 -0500 @@ -1140,7 +1140,7 @@ Cherokee can run FastCGI but it also supports wsgi directly using a uWSGI, Gnuicorn etc. -To run Roundup suing FastCGI, the flup_ package can be used under +To run Roundup using FastCGI, the flup_ package can be used under Python 2 and Python 3. We don't have a detailed config for this, but the basic idea can be found at: https://flask.palletsprojects.com/en/2.0.x/deploying/fastcgi/
