From 82c2f9a9125a2046a65669870d2d8afd8419c147 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Tue, 14 Apr 2020 20:45:54 -0400 Subject: 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. --- docs/source/siteadmin/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/siteadmin/configuration.rst') 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 `_). 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 -- cgit v1.2.3 From e8be4722734bf19e7faed8a24cf162b5244b86f0 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Wed, 15 Apr 2020 20:14:11 -0400 Subject: Adding 'Waitress' where 'FastCGI' was previously referenced --- docs/source/siteadmin/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/siteadmin/configuration.rst') diff --git a/docs/source/siteadmin/configuration.rst b/docs/source/siteadmin/configuration.rst index 8962d5fa..3df2c9ef 100644 --- a/docs/source/siteadmin/configuration.rst +++ b/docs/source/siteadmin/configuration.rst @@ -39,7 +39,7 @@ paste.ini `_). 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 plain HTTP, you might configure it + Python server other than Waitress / plain HTTP, you might configure it here. You probably won't need to change this file very much. -- cgit v1.2.3