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 72655b3 commit cf50ddb
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 @@ -118,7 +118,7 @@ Use variables everywhere to make it work as expected:
proxy_pass https://$endpoint/;
}
You can move ``set`` and ``resolver`` to the ``server`` or ``http`` directives to avoid copy-paste (also I assume that it will increase perfomance a bit, but I haven't tested it).
You can move ``set`` and ``resolver`` to the ``server`` or ``http`` (or use ``include``) directives to avoid copy-paste (also I assume that it will increase perfomance a bit, but I haven't tested it).

Will ``upstream`` save my life?
-------------------------------
Expand Down

0 comments on commit cf50ddb

Please sign in to comment.