Add a flup server option to the default paste.ini to make deployment a bit easier.

This commit is contained in:
Christopher Allan Webber 2011-10-23 15:21:15 -05:00
parent cfb7ed7d38
commit 4b186b7398

View File

@ -42,3 +42,8 @@ debug = false
use = egg:Paste#http use = egg:Paste#http
host = 127.0.0.1 host = 127.0.0.1
port = 6543 port = 6543
[server:fcgi]
use = egg:flurp#fcgi
host = 127.0.0.1
port = 26543