Show More
@@ -77,11 +77,13 b' asyncore_use_poll = true' | |||
|
77 | 77 | |
|
78 | 78 | |
|
79 | 79 | ## prefix middleware for RhodeCode, disables force_https flag. |
|
80 | ## recommended when using proxy setup. | |
|
80 | 81 | ## allows to set RhodeCode under a prefix in server. |
|
81 | 82 | ## eg https://server.com/<prefix>. Enable `filter-with =` option below as well. |
|
83 | ## optionally set prefix like: `prefix = /<your-prefix>` | |
|
82 | 84 | #[filter:proxy-prefix] |
|
83 | 85 | #use = egg:PasteDeploy#prefix |
|
84 |
#prefix = / |
|
|
86 | #prefix = / | |
|
85 | 87 | |
|
86 | 88 | [app:main] |
|
87 | 89 | use = egg:rhodecode-enterprise-ce |
@@ -77,11 +77,13 b' timeout = 21600' | |||
|
77 | 77 | |
|
78 | 78 | |
|
79 | 79 | ## prefix middleware for RhodeCode, disables force_https flag. |
|
80 | ## recommended when using proxy setup. | |
|
80 | 81 | ## allows to set RhodeCode under a prefix in server. |
|
81 | 82 | ## eg https://server.com/<prefix>. Enable `filter-with =` option below as well. |
|
83 | ## optionally set prefix like: `prefix = /<your-prefix>` | |
|
82 | 84 | #[filter:proxy-prefix] |
|
83 | 85 | #use = egg:PasteDeploy#prefix |
|
84 |
#prefix = / |
|
|
86 | #prefix = / | |
|
85 | 87 | |
|
86 | 88 | [app:main] |
|
87 | 89 | use = egg:rhodecode-enterprise-ce |
General Comments 0
You need to be logged in to leave comments.
Login now