[Nix-dev] How to enable Nginx lua module

Eike eike at eknet.org
Thu Apr 27 11:33:19 CEST 2017


Hallo Erik,

I found this in my config files:

    { nginx, nginxModules }:
    
    nginx.override {
      modules =  [
        nginxModules.rtmp
        nginxModules.dav
        nginxModules.moreheaders
    #    nginxModules.lua
      ];
    }

But I don't remember why I commented out the lua module. Maybe it didn't
work or I don't need it…. And this is nixos-16.09, so maybe things
changed here.

Kind regards
Eike

4levels <4levels at gmail.com> writes:

> Hi Nix Devs,
>
> I can see that Nginx can be configured to use the lua module, but I can't
> seem to find how to enable this module?
>
> I'm probably overlooking something obvious here, but I checked all files in
> https://github.com/NixOS/nixpkgs/blob/16.09/pkgs/servers/http/nginx and I
> just don't see how I can enable this.
> https://nixos.org/nixos/options.html#nginx also doesn't enlighten me either
> :-(
>
> Kind regards,
>
> Erik
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev


-- 
gpg: AD7AC35E
finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E


More information about the nix-dev mailing list