February 2018
Beginner to intermediate
348 pages
9h 40m
English
nginScript adds three new directives we can use to interface between the Nginx configuration and the JavaScript part:
|
Directive |
Description |
|
js_include Context: http |
Includes a nginScript file that implements the various handlers. Each handler is passed two arguments. A client request with the following properties:
A client response with the following properties: |