diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2020-04-16 11:39:40 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-04-16 11:39:40 +1000 |
commit | 09c659785f4466a411155c72cca0db99e5f75fbc (patch) | |
tree | fd2e3326d77422287cfbbd1b8e636c17ab981dba /docs/source/siteadmin/configuration.rst | |
parent | cbd119168c6abda0a509876d38ecbcf0cbf7b874 (diff) | |
parent | e8be4722734bf19e7faed8a24cf162b5244b86f0 (diff) | |
download | mediagoblin-09c659785f4466a411155c72cca0db99e5f75fbc.tar.lz mediagoblin-09c659785f4466a411155c72cca0db99e5f75fbc.tar.xz mediagoblin-09c659785f4466a411155c72cca0db99e5f75fbc.zip |
Merge branch 'no-fastcgi' of https://github.com/mtlynch/mediagoblin
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 |