Mercurial > p > roundup > code
diff doc/installation.txt @ 8350:d94bba15b65e
chore(docs): fix links for iis server variables and flask fastcgi info
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 02 Jul 2025 12:24:03 -0400 |
| parents | 35fab0db52f5 |
| children | 036ba3496232 |
line wrap: on
line diff
--- a/doc/installation.txt Wed Jul 02 11:27:06 2025 -0400 +++ b/doc/installation.txt Wed Jul 02 12:24:03 2025 -0400 @@ -1287,12 +1287,13 @@ 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/ +the basic idea `can be found in the wayback machine archive`_. If you have deployed Roundup using FastCGI and flup we welcome example configuration files and instructions. +.. _can be found in the wayback machine archive: + https://web.archive.org/web/20241010170738/https://flask.palletsprojects.com/en/2.0.x/deploying/fastcgi/ .. _flup: https://pypi.org/project/flup/ WSGI Variations
