From 4b186b7398503cfb027c8a27223f70bfc79a7bab Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 23 Oct 2011 15:21:15 -0500 Subject: [PATCH] Add a flup server option to the default paste.ini to make deployment a bit easier. --- paste.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/paste.ini b/paste.ini index 7eee528b..1fa63c0c 100644 --- a/paste.ini +++ b/paste.ini @@ -42,3 +42,8 @@ debug = false use = egg:Paste#http host = 127.0.0.1 port = 6543 + +[server:fcgi] +use = egg:flurp#fcgi +host = 127.0.0.1 +port = 26543 -- 2.25.1