We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting a unknown directive "js_include" in /etc/nginx/nginx.conf error when I upgrade from 1.21.4 to 1.21.5.
unknown directive "js_include" in /etc/nginx/nginx.conf
Do I need to do something differently to load ngx_http_js_module other than load_module /usr/lib/nginx/modules/ngx_http_js_module.so in PCRE2?
load_module /usr/lib/nginx/modules/ngx_http_js_module.so
The text was updated successfully, but these errors were encountered:
Hi @SamDuvall ! It's not related to PCRE2.
js_include was deprecated and is now removed in njs 0.7.1 which is a part of nginx:1.21.5 image:, see http://nginx.org/en/docs/njs/changes.html#njs0.7.1 .
js_include
nginx:1.21.5
Please use http://nginx.org/en/docs/http/ngx_http_js_module.html#js_import instead.
Sorry, something went wrong.
Ah, okay. Thank you for the (quick) clarification.
No branches or pull requests
I'm getting a
unknown directive "js_include" in /etc/nginx/nginx.conf
error when I upgrade from 1.21.4 to 1.21.5.Do I need to do something differently to load ngx_http_js_module other than
load_module /usr/lib/nginx/modules/ngx_http_js_module.so
in PCRE2?The text was updated successfully, but these errors were encountered: