Show More
@@ -16,17 +16,18 b' Use the following example to configure A' | |||||
16 | In addition to the regular Apache setup you will need to add the following |
|
16 | In addition to the regular Apache setup you will need to add the following | |
17 | lines into the ``rhodecode.ini`` file. |
|
17 | lines into the ``rhodecode.ini`` file. | |
18 |
|
18 | |||
|
19 | * Above ``[app:main]`` section of the ``rhodecode.ini`` file add the | |||
|
20 | following section if it doesn't exist yet. | |||
|
21 | ||||
|
22 | .. code-block:: ini | |||
|
23 | ||||
|
24 | [filter:proxy-prefix] | |||
|
25 | use = egg:PasteDeploy#prefix | |||
|
26 | prefix = /<someprefix> # Change <someprefix> into your chosen prefix | |||
|
27 | ||||
19 | * In the the ``[app:main]`` section of your ``rhodecode.ini`` file add the |
|
28 | * In the the ``[app:main]`` section of your ``rhodecode.ini`` file add the | |
20 | following line. |
|
29 | following line. | |
21 |
|
30 | |||
22 | .. code-block:: ini |
|
31 | .. code-block:: ini | |
23 |
|
32 | |||
24 | filter-with = proxy-prefix |
|
33 | filter-with = proxy-prefix | |
25 |
|
||||
26 | * At the end of the ``rhodecode.ini`` file add the following section. |
|
|||
27 |
|
||||
28 | .. code-block:: ini |
|
|||
29 |
|
||||
30 | [filter:proxy-prefix] |
|
|||
31 | use = egg:PasteDeploy#prefix |
|
|||
32 | prefix = /<someprefix> # Change <someprefix> into your chosen prefix |
|
@@ -15,7 +15,16 b' Use the following example to configure N' | |||||
15 | } |
|
15 | } | |
16 |
|
16 | |||
17 | In addition to the Nginx configuration you will need to add the following |
|
17 | In addition to the Nginx configuration you will need to add the following | |
18 | lines into the ``rhodecode.ini`` file. |
|
18 | lines (if they not exist) into the ``rhodecode.ini`` file. | |
|
19 | ||||
|
20 | * Above ``[app:main]`` section of the ``rhodecode.ini`` file add the | |||
|
21 | following section if it doesn't exist yet. | |||
|
22 | ||||
|
23 | .. code-block:: ini | |||
|
24 | ||||
|
25 | [filter:proxy-prefix] | |||
|
26 | use = egg:PasteDeploy#prefix | |||
|
27 | prefix = /<someprefix> # Change <someprefix> into your chosen prefix | |||
19 |
|
|
28 | ||
20 | * In the the ``[app:main]`` section of your ``rhodecode.ini`` file add the |
|
29 | * In the the ``[app:main]`` section of your ``rhodecode.ini`` file add the | |
21 | following line. |
|
30 | following line. | |
@@ -24,10 +33,4 b' lines into the ``rhodecode.ini`` file.' | |||||
24 |
|
33 | |||
25 | filter-with = proxy-prefix |
|
34 | filter-with = proxy-prefix | |
26 |
|
35 | |||
27 | * At the end of the ``rhodecode.ini`` file add the following section. |
|
|||
28 |
|
|
36 | ||
29 | .. code-block:: ini |
|
|||
30 |
|
||||
31 | [filter:proxy-prefix] |
|
|||
32 | use = egg:PasteDeploy#prefix |
|
|||
33 | prefix = /<someprefix> # Change <someprefix> into your chosen prefix |
|
General Comments 0
You need to be logged in to leave comments.
Login now