diff options
author | Michael Lynch <git@mtlynch.io> | 2020-04-14 20:45:54 -0400 |
---|---|---|
committer | Michael Lynch <git@mtlynch.io> | 2020-04-14 20:45:54 -0400 |
commit | 82c2f9a9125a2046a65669870d2d8afd8419c147 (patch) | |
tree | e2cd316a21b3a736b6f29b29195db19fe33c2c90 /docs/source/siteadmin/configuration.rst | |
parent | 72047cbe687ac8f55c6f9afa5056b196e84ff355 (diff) | |
download | mediagoblin-82c2f9a9125a2046a65669870d2d8afd8419c147.tar.lz mediagoblin-82c2f9a9125a2046a65669870d2d8afd8419c147.tar.xz mediagoblin-82c2f9a9125a2046a65669870d2d8afd8419c147.zip |
Removing flup and fastcgi from documentation
flup is not supported on Python3, so MediaGoblin doesn't have a supported way to enable FastCGI support.
This change removes all references to flup and FastCGI and updates deployment instructions to use simple HTTP forwarding with nginx to access mediagoblin's non-static resources.
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..8962d5fa 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 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 |