Re: Proxy Pass

2017-04-04 Thread Aleksandar Lazic
Hi. Am 04-04-2017 17:02, schrieb Antonio Nappa: Hello, in another of my experiments I would like to redirect to a completely different website the request, I had a look at the proxy_pass directive and the corresponding module, and I see that a location handler is set, which means it will hook

[nginx] release-1.11.13 tag

2017-04-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/29ba1d6a2da9 branches: changeset: 6968:29ba1d6a2da9 user: Maxim Dounin date: Tue Apr 04 18:01:57 2017 +0300 description: release-1.11.13 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)

Proxy Pass

2017-04-04 Thread Antonio Nappa
Hello, in another of my experiments I would like to redirect to a completely different website the request, I had a look at the proxy_pass directive and the corresponding module, and I see that a location handler is set, which means it will hook as the only content handler. My question is, could I

[nginx] nginx-1.11.13-RELEASE

2017-04-04 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/3d0e8655f897 branches: changeset: 6967:3d0e8655f897 user: Maxim Dounin date: Tue Apr 04 18:01:57 2017 +0300 description: nginx-1.11.13-RELEASE diffstat: docs/xml/nginx/changes.xml | 91

[njs] Version 0.1.10.

2017-04-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/b1456ef3e002 branches: changeset: 338:b1456ef3e002 user: Igor Sysoev date: Tue Apr 04 13:23:11 2017 +0300 description: Version 0.1.10. diffstat: CHANGES | 9 + Makefile | 2 +- 2 files changed, 10 insertions(+), 1

[njs] Added tag 0.1.10 for changeset b1456ef3e002

2017-04-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/5a5b70cbbde9 branches: changeset: 339:5a5b70cbbde9 user: Igor Sysoev date: Tue Apr 04 13:24:09 2017 +0300 description: Added tag 0.1.10 for changeset b1456ef3e002 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0

[njs] Moving njs_array_prototype_fill() to appropriate place.

2017-04-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/f62632793238 branches: changeset: 336:f62632793238 user: Igor Sysoev date: Tue Apr 04 11:00:49 2017 +0300 description: Moving njs_array_prototype_fill() to appropriate place. diffstat: njs/njs_array.c | 126

[njs] Style fixes and small miscellaneous changes.

2017-04-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/7e6460db39ad branches: changeset: 337:7e6460db39ad user: Igor Sysoev date: Tue Apr 04 13:23:10 2017 +0300 description: Style fixes and small miscellaneous changes. diffstat: njs/njs_array.c| 2 +- njs/njs_function.c | 4

[njs] Array.prototype.findIndex() method.

2017-04-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/26e0ebd97454 branches: changeset: 331:26e0ebd97454 user: Andrey Zelenkov date: Tue Apr 04 06:16:49 2017 +0300 description: Array.prototype.findIndex() method. diffstat: njs/njs_array.c | 58

[njs] Moving common code to njs_array_iterator_args().

2017-04-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/a4e6f27ce598 branches: changeset: 335:a4e6f27ce598 user: Igor Sysoev date: Tue Apr 04 10:56:33 2017 +0300 description: Moving common code to njs_array_iterator_args(). diffstat: njs/njs_array.c | 5 + 1 files changed, 1

[njs] Global variables may be accessed incorrectly by nested functions.

2017-04-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/251aa4b128ea branches: changeset: 333:251aa4b128ea user: Igor Sysoev date: Tue Apr 04 10:47:02 2017 +0300 description: Global variables may be accessed incorrectly by nested functions. diffstat: njs/njs_variable.c | 6

[njs] Array.prototype.find() method.

2017-04-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/52d53653ac52 branches: changeset: 330:52d53653ac52 user: Andrey Zelenkov date: Tue Apr 04 06:10:10 2017 +0300 description: Array.prototype.find() method. Also introduced njs_array_iterator_sparse_apply() function. diffstat:

[njs] Function declaration should return "undefined".

2017-04-04 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/ada17c8bdd5a branches: changeset: 332:ada17c8bdd5a user: Igor Sysoev date: Tue Apr 04 10:47:12 2017 +0300 description: Function declaration should return "undefined". diffstat: njs/njs_generator.c | 7 ---