# HG changeset patch # User Mads Kiilerich # Date 1430232905 -7200 # Node ID fc71103e16b7496758098d04485077866c42ea0e # Parent aa81f44c32075db6bfd951b930caa4c75898b9e2 config: don't use rc in description of prefix middleware diff -r aa81f44c3207 -r fc71103e16b7 development.ini --- a/development.ini Tue Apr 28 16:55:05 2015 +0200 +++ b/development.ini Tue Apr 28 16:55:05 2015 +0200 @@ -134,7 +134,7 @@ 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 = / diff -r aa81f44c3207 -r fc71103e16b7 kallithea/bin/template.ini.mako --- a/kallithea/bin/template.ini.mako Tue Apr 28 16:55:05 2015 +0200 +++ b/kallithea/bin/template.ini.mako Tue Apr 28 16:55:05 2015 +0200 @@ -132,7 +132,7 @@ host = ${host} port = ${port} -<%text>## prefix middleware for rc +<%text>## middleware for hosting the WSGI application under a URL prefix #[filter:proxy-prefix] #use = egg:PasteDeploy#prefix #prefix = / diff -r aa81f44c3207 -r fc71103e16b7 kallithea/config/deployment.ini_tmpl --- a/kallithea/config/deployment.ini_tmpl Tue Apr 28 16:55:05 2015 +0200 +++ b/kallithea/config/deployment.ini_tmpl Tue Apr 28 16:55:05 2015 +0200 @@ -129,7 +129,7 @@ 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 = / diff -r aa81f44c3207 -r fc71103e16b7 production.ini --- a/production.ini Tue Apr 28 16:55:05 2015 +0200 +++ b/production.ini Tue Apr 28 16:55:05 2015 +0200 @@ -133,7 +133,7 @@ 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 = / diff -r aa81f44c3207 -r fc71103e16b7 test.ini --- a/test.ini Tue Apr 28 16:55:05 2015 +0200 +++ b/test.ini Tue Apr 28 16:55:05 2015 +0200 @@ -133,7 +133,7 @@ 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 = /