More easy options for deploying without having to modify paste.ini...
This commit is contained in:
@@ -66,5 +66,10 @@ port = 6543
|
|||||||
# Use this if you want to connect via fastcgi
|
# Use this if you want to connect via fastcgi
|
||||||
[server:fcgi]
|
[server:fcgi]
|
||||||
use = egg:flup#fcgi
|
use = egg:flup#fcgi
|
||||||
host = 127.0.0.1
|
host = %(fcgi_host)s
|
||||||
port = 26543
|
port = %(fcgi_port)s
|
||||||
|
|
||||||
|
[server:http]
|
||||||
|
use = egg:Paste#http
|
||||||
|
host = %(http_host)s
|
||||||
|
port = %(http_port)s
|
||||||
|
|||||||
Reference in New Issue
Block a user