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. --- lazystarter.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lazystarter.sh') diff --git a/lazystarter.sh b/lazystarter.sh index b531b068..e0907def 100755 --- a/lazystarter.sh +++ b/lazystarter.sh @@ -38,8 +38,7 @@ if [ "$1" = "-h" ]; then echo "$0 [-h] [-c filename.ini] [ARGS_to_${starter_cmd} ...]" echo "" echo " For example:" - echo " $0 -c fcgi.ini port_number=23371" - echo " or: $0 --server-name=fcgi --log-file=paste.log" + echo " $0 --server-name=main --log-file=paste.log" echo "" echo " The configfile defaults to ${ini_prefix}_local.ini," echo " if that is readable, otherwise ${ini_prefix}.ini." -- cgit v1.2.3