]> git.kaiwu.me - njs.git/commit
Moved njs vm to the main configuration.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 17 Apr 2018 14:15:27 +0000 (17:15 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 17 Apr 2018 14:15:27 +0000 (17:15 +0300)
commit77ab2cb01e1cb33b64f33dbd1ca88a46db2c6a72
tree85bfbbd17033b6e0dfff34ee1f2309978649fff2
parent2dc493a3dae8dedcc63de9b7788ed9304db93a7b
Moved njs vm to the main configuration.

Previously, vm and proto objects were located in the location (server for
stream) configuration.  Since there's only one instance of these objects, they
are moved to the main configuration.
nginx/ngx_http_js_module.c
nginx/ngx_stream_js_module.c