nixpkgs/system
Eelco Dolstra 5dbe45bfea * Modified the SSL configuration a bit. Instead of having a httpPort
and a httpsPort, there are now options "port" and "enableSSL".  So
  to get https you should typically set up a vhost like this:

    virtualHosts = [
      { hostName = "foo.example.org";
        enableSSL = true;
        sslServerCert = "...";
        sslServerKey = "...";
      }
    ];

* sslServerCert and sslServerKey can be set per vhost.  This is
  currently only useful when doing IP-based vhosting.

* enableUserDir is now a per-vhost setting, as it should be.

* Convenience option globalRedirect to redirect the entire host to
  some URL.

svn path=/nixos/trunk/; revision=11704
2008-04-24 11:56:38 +00:00
..
activate-configuration.sh * Speed up activating the configuration: don't do a find 2008-03-22 16:04:38 +00:00
fontdir.nix Changed FontDir to also handle TTF. 2008-03-02 18:46:57 +00:00
fonts.nix MS Core Fonts are now optional 2008-03-05 14:30:19 +00:00
ids.nix Add `atd' Upstart job. 2008-04-01 10:16:35 +00:00
modprobe * Use the aggregator to combine the kernel modules tree with 2008-01-12 23:37:17 +00:00
options.nix * Modified the SSL configuration a bit. Instead of having a httpPort 2008-04-24 11:56:38 +00:00
switch-to-configuration.sh Fix regexp to determine xserver and dbus correctly 2008-03-22 18:53:55 +00:00
system.nix * Added ncurses to the system path (mostly for the "clear" and "reset" commands). 2008-04-10 07:43:49 +00:00
system.sh Added possibility of building multiple configurations by one nixos-rebuild. 2007-12-20 11:36:30 +00:00
users-groups.nix LiveDVD with X and sources made. 2008-01-11 16:59:39 +00:00