diff options
Diffstat (limited to 'docs/source/siteadmin/configuration.rst')
-rw-r--r-- | docs/source/siteadmin/configuration.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/configuration.rst b/docs/source/siteadmin/configuration.rst index 0cb04002..3df2c9ef 100644 --- a/docs/source/siteadmin/configuration.rst +++ b/docs/source/siteadmin/configuration.rst @@ -39,8 +39,8 @@ paste.ini <http://pythonpaste.org/script/>`_). It also sets up some middleware that you can mostly ignore, except to configure sessions... more on that later. If you are adding a different - Python server other than FastCGI / plain HTTP, you might configure - it here. You probably won't need to change this file very much. + Python server other than Waitress / plain HTTP, you might configure it + here. You probably won't need to change this file very much. There's one more file that you certainly won't change unless you're |