Add a flup server option to the default paste.ini to make deployment a bit easier.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 23 Oct 2011 20:21:15 +0000 (15:21 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 23 Oct 2011 20:21:15 +0000 (15:21 -0500)
paste.ini

index 7eee528b4d98dfeb90b5936aca5fa2d573d785b1..1fa63c0c00c529486055fdf271fcf1e5daa94da9 100644 (file)
--- 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