aboutsummaryrefslogtreecommitdiffstats
path: root/lazystarter.sh
diff options
context:
space:
mode:
authorMichael Lynch <git@mtlynch.io>2020-04-14 20:45:54 -0400
committerMichael Lynch <git@mtlynch.io>2020-04-14 20:45:54 -0400
commit82c2f9a9125a2046a65669870d2d8afd8419c147 (patch)
treee2cd316a21b3a736b6f29b29195db19fe33c2c90 /lazystarter.sh
parent72047cbe687ac8f55c6f9afa5056b196e84ff355 (diff)
downloadmediagoblin-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 'lazystarter.sh')
-rwxr-xr-xlazystarter.sh3
1 files changed, 1 insertions, 2 deletions
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."