0

http://packages.debian.org/testing/nginx-light

http://packages.debian.org/testing/nginx-full

Can I add modules to nginx-light installation that would only be available in nginx-full without recompiling?

Daniel W.
  • 1,929

1 Answers1

1

I suggest you to build nginx from sources with desired modules for binary and integrate it in Debian using nginx-common package

you NEED recompile nginx to add modules

Here is why : http://forum.nginx.org/read.php?2,123868,123868

Avlin
  • 238
  • 2
  • 7