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 d0082e0 commit fca08d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TL;DR
If you want to force nginx resolving your endpoints, you should:

* Use variables with proxy_pass, e.g. ``proxy_pass https://$endpoint/;``, where ``$endpoint`` can be manually setted or from location regexp.
* Make sure that your endpoint isn't used in the another locations, because it will break resolving. Move it to the ``upstream`` for that location and will work as expected.
* Make sure that your endpoint isn't used in the another locations, because it will break resolving. Move it to the ``upstream`` for that location to make resolving work as expected.

But I recommend to read all article, because it's interesting.

Expand Down

0 comments on commit fca08d0

Please sign in to comment.