configs: uncomment proxy-prefix. There's just 1 line needed to enable it
and having it commented actualyl lead to problems on how to enable it properly.
This commit is contained in:
parent
562d672a0c
commit
6985132ee4
2 changed files with 8 additions and 7 deletions
|
|
@ -81,13 +81,14 @@ asyncore_use_poll = true
|
|||
## allows to set RhodeCode under a prefix in server.
|
||||
## eg https://server.com/<prefix>. Enable `filter-with =` option below as well.
|
||||
## optionally set prefix like: `prefix = /<your-prefix>`
|
||||
#[filter:proxy-prefix]
|
||||
#use = egg:PasteDeploy#prefix
|
||||
#prefix = /
|
||||
[filter:proxy-prefix]
|
||||
use = egg:PasteDeploy#prefix
|
||||
prefix = /
|
||||
|
||||
[app:main]
|
||||
use = egg:rhodecode-enterprise-ce
|
||||
## enable proxy prefix middleware, defined below
|
||||
|
||||
## enable proxy prefix middleware, defined above
|
||||
#filter-with = proxy-prefix
|
||||
|
||||
# During development the we want to have the debug toolbar enabled
|
||||
|
|
|
|||
|
|
@ -81,9 +81,9 @@ timeout = 21600
|
|||
## allows to set RhodeCode under a prefix in server.
|
||||
## eg https://server.com/<prefix>. Enable `filter-with =` option below as well.
|
||||
## optionally set prefix like: `prefix = /<your-prefix>`
|
||||
#[filter:proxy-prefix]
|
||||
#use = egg:PasteDeploy#prefix
|
||||
#prefix = /
|
||||
[filter:proxy-prefix]
|
||||
use = egg:PasteDeploy#prefix
|
||||
prefix = /
|
||||
|
||||
[app:main]
|
||||
use = egg:rhodecode-enterprise-ce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue