comparison development.ini @ 5079:fc71103e16b7

config: don't use rc in description of prefix middleware
author Mads Kiilerich <madski@unity3d.com>
date Tue, 28 Apr 2015 16:55:05 +0200
parents 04682d9fb33a
children dc6abf7a63d3
comparison
equal deleted inserted replaced
5078:aa81f44c3207 5079:fc71103e16b7
132 132
133 ## COMMON ## 133 ## COMMON ##
134 host = 0.0.0.0 134 host = 0.0.0.0
135 port = 5000 135 port = 5000
136 136
137 ## prefix middleware for rc 137 ## middleware for hosting the WSGI application under a URL prefix
138 #[filter:proxy-prefix] 138 #[filter:proxy-prefix]
139 #use = egg:PasteDeploy#prefix 139 #use = egg:PasteDeploy#prefix
140 #prefix = /<your-prefix> 140 #prefix = /<your-prefix>
141 141
142 [app:main] 142 [app:main]