More easy options for deploying without having to modify paste.ini...

This commit is contained in:
Christopher Allan Webber 2011-10-30 13:58:54 -05:00
parent e260065ae5
commit 6b7779ea57

View File

@ -66,5 +66,10 @@ port = 6543
# Use this if you want to connect via fastcgi
[server:fcgi]
use = egg:flup#fcgi
host = 127.0.0.1
port = 26543
host = %(fcgi_host)s
port = %(fcgi_port)s
[server:http]
use = egg:Paste#http
host = %(http_host)s
port = %(http_port)s