nixpkgs/modules
Evgeny Egorochkin 5e32c9c8eb lighttpd: generate a default config file
Instead of forcing users to configure lighttpd manually, make it an
option. The current services.lighttpd.configText option can still be
used for manual configuration, but if it is left blank (default) we'll
use the new generated config file.

The generated config file ensures that the server drops root priveleges
and runs as the "lighttpd" user. It pulls in some new config params that
can be set in configuration.nix (here with default values):

  services.lighttpd.document-root = "/srv/www"
  services.lighttpd.port = 80
  services.lighttpd.extraConfig = ""  # appended to the generated file

And it enables access and error logging to the systemd journal.

Patch contributed by Bjørn Forsman.
2013-05-06 13:51:08 +03:00
..
config typo in networking.dnsSingleRequest documentation 2013-05-04 11:26:56 +02:00
hardware Adding support of the Intel 2230 wireless card to nixos 2013-01-30 20:51:49 +01:00
installer 32-bit gummiboot uses lower-case ia32 2013-05-04 11:26:56 -04:00
misc Putting the gnunet module up to date. It still doesn't start gnunet though. 2013-04-24 19:03:29 +04:00
profiles Adding support of the Intel 2230 wireless card to nixos 2013-01-30 20:51:49 +01:00
programs VirtualBox: udev rule to populate /dev/vboxusb. 2013-05-04 12:20:46 +03:00
security Enable sudoedit 2013-04-03 13:27:41 +02:00
services lighttpd: generate a default config file 2013-05-06 13:51:08 +03:00
system Merge pull request #136 from MarcWeber/submit/grubDevice 2013-05-05 07:41:22 -07:00
tasks ZFS: automatically import zpools and mount zfs filesystems. 2013-05-05 16:36:08 +03:00
testing modules/testing/minimal-kernel: linuxPackagesFor no longer takes a 'self' argument 2013-03-02 09:10:58 -05:00
virtualisation Remove obsolete option in Xen domU module 2013-04-16 19:46:22 +02:00
module-list.nix Move lighttpd.nix to lighttpd/default.nix 2013-05-06 13:51:08 +03:00
rename.nix rename.nix: Remove annoying traces 2013-02-21 14:43:02 -05:00