Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryFillo authored Mar 5, 2017
1 parent cf50ddb commit 69e14fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ If you're using nginx plus, you can use ``resolve`` parameter, `check out docume
Interesting ``upstream`` behaviour
----------------------------------

Imagine configuration:

.. code:: nginx
server {
Expand Down Expand Up @@ -157,7 +155,7 @@ Imagine configuration:
- https://api.com/version/

* If you will open http://fillo.me/api_version/ then no resolve will be done, because of nginx resolved version.api.com at startup.
* If you will open http://fillo.me/api/version/version/ then NO resolve will be done, because of nginx resolved version.api.com at startup.
* If you will open http://fillo.me/api/version/version/ then NO resolve will be done, because of nginx resolved version.api.com at startup (described above).
* If you will open http://fillo.me/api/checkout/items/ then it will work as expected.

But it can be fixed with ``upstream``:
Expand Down

0 comments on commit 69e14fa

Please sign in to comment.