Skip to content
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

nginx-clojure-embed need be compiled with more built-in nginx c modules #288

Open
xfeep opened this issue May 16, 2023 · 1 comment
Open

Comments

@xfeep
Copy link
Member

xfeep commented May 16, 2023

nginx-clojure-embed is a jar packaged with nginx dynamic libraries, so it makes debugging/testing java/clojure/groovy handlers very easy. But currently nginx-clojure-embed does not support some built-in nginx modules.

In this way, it still cannot be used for debugging/testing of handlers that use these modules at the same time.

So nginx-clojure-embed need be compiled with more built-in nginx modules. These built-in modules include

  1. http-cache
  2. http_ssi_module
  3. http_upstream_hash_module
  4. http_upstream_ip_hash_module
  5. http_upstream_least_conn_module
  6. http_upstream_keepalive_module

etc.

@xfeep
Copy link
Member Author

xfeep commented May 16, 2023

Related to #269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant