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 /paste.ini | |
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 'paste.ini')
-rw-r--r-- | paste.ini | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -74,12 +74,6 @@ use = egg:waitress#main host = 0.0.0.0 port = 6543 -# Use this if you want to connect via fastcgi -[server:fcgi] -use = egg:flup#fcgi_fork -host = %(fcgi_host)s -port = %(fcgi_port)s - [server:http] use = egg:waitress#main host = %(http_host)s |