-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
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
Esi/Ssi Support #838
Comments
Hi @DracoBlue this is not a build in feature but we are just looking into ways of building it with NJS either on Unit with the next releases or NJS. Lets say we can use |
This sounds good! |
Just to get it right: it is already possible to use nginx+ssi natively - so ESI in NGINX is not beneficial:). But unit with either SSI or ESI (eg by using NJS) would be awesome. Is it possible to use njs to generate responses in nginx unit, yet? I only saw ways to generate redirects or status codes! |
No we do not have any SSI support on NGINX, yet. But NJS and a
We are working on a rich response object for NJS on UNIT. @hongzhidao is the main engineer behind this feature. Any questions are well addressed here. |
We are using the native ssi support in nginx itself: http://nginx.org/en/docs/http/ngx_http_ssi_module.html Do you mean nginx unit? But I cannot find js_content support in nginx unit :(. |
This sounds very nice! I did an SSI implementation in lua for a big project. So if rich response is possible with NJS on UNIT I am happy to convert it to NJS :). |
Sorry yes - It was about Unit. Sorry for the confusion. I will keep you posted on the Response implemenation in NJS on Unit. |
Hello,
is it possible to activate or make ssi or esi support for nginx unit?
We are currently investigating if this is possible out of the box or needs a nginx or varnish infront of the nginx unit server.
The text was updated successfully, but these errors were encountered: