From 00aca6851ee5f9c38fd6d7f1e0e28896b71de50e Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 30 Oct 2011 18:37:32 -0500 Subject: [PATCH] Make sure we run fcgi in forked mode... mediagoblin is not currently thread safe! --- paste.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paste.ini b/paste.ini index 047ccff6..8866789c 100644 --- a/paste.ini +++ b/paste.ini @@ -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 -- 2.25.1