Changeset - fc71103e16b7
[Not reviewed]
default
0 5 0
Mads Kiilerich - 11 years ago 2015-04-28 16:55:05
madski@unity3d.com
config: don't use rc in description of prefix middleware
5 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -134,7 +134,7 @@ max_request_body_size = 107374182400
 
host = 0.0.0.0
 
port = 5000
 

	
 
## prefix middleware for rc
 
## middleware for hosting the WSGI application under a URL prefix
 
#[filter:proxy-prefix]
 
#use = egg:PasteDeploy#prefix
 
#prefix = /<your-prefix>
kallithea/bin/template.ini.mako
Show inline comments
 
@@ -132,7 +132,7 @@ cheaper-step = 1
 
host = ${host}
 
port = ${port}
 

	
 
<%text>## prefix middleware for rc</%text>
 
<%text>## middleware for hosting the WSGI application under a URL prefix</%text>
 
#[filter:proxy-prefix]
 
#use = egg:PasteDeploy#prefix
 
#prefix = /<your-prefix>
kallithea/config/deployment.ini_tmpl
Show inline comments
 
@@ -129,7 +129,7 @@ max_request_body_size = 107374182400
 
host = 127.0.0.1
 
port = 5000
 

	
 
## prefix middleware for rc
 
## middleware for hosting the WSGI application under a URL prefix
 
#[filter:proxy-prefix]
 
#use = egg:PasteDeploy#prefix
 
#prefix = /<your-prefix>
production.ini
Show inline comments
 
@@ -133,7 +133,7 @@ max_request_body_size = 107374182400
 
host = 127.0.0.1
 
port = 5000
 

	
 
## prefix middleware for rc
 
## middleware for hosting the WSGI application under a URL prefix
 
#[filter:proxy-prefix]
 
#use = egg:PasteDeploy#prefix
 
#prefix = /<your-prefix>
test.ini
Show inline comments
 
@@ -133,7 +133,7 @@ max_request_body_size = 107374182400
 
host = 127.0.0.1
 
port = 5000
 

	
 
## prefix middleware for rc
 
## middleware for hosting the WSGI application under a URL prefix
 
#[filter:proxy-prefix]
 
#use = egg:PasteDeploy#prefix
 
#prefix = /<your-prefix>
0 comments (0 inline, 0 general)