Make sure we run fcgi in forked mode... mediagoblin is not currently thread safe!

This commit is contained in:
Christopher Allan Webber 2011-10-30 18:37:32 -05:00
parent 80bcaa5cb1
commit 00aca6851e

View File

@ -65,7 +65,7 @@ port = 6543
# Use this if you want to connect via fastcgi
[server:fcgi]
use = egg:flup#fcgi
use = egg:flup#fcgi_fork
host = %(fcgi_host)s
port = %(fcgi_port)s