1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-23 13:23:46 -04:00
nixpkgs/modules
Sander van der Burg 0d35699507 Implemented virtual host support. Now it's possible to assign web applications to virtual host, for example:
{
  ...

  services = {
    tomcat = {
      enable = true;
      virtualHosts = [
        { name = "test1.localhost";
          webapps = [ mypkgs.HelloApp ];
        }
        { name = "test2.localhost";
          webapps = [ mypkgs.ByeApp ];
        }
      ];
    };
  };
}


svn path=/nixos/trunk/; revision=16654
2009-08-10 18:45:18 +00:00
..
config Make the Liberation Fonts available by default. 2009-07-09 12:10:58 +00:00
hardware * Bring back the options to enable/disable the Intel firmwares. 2009-08-04 08:50:02 +00:00
installer * Bring back the options to enable/disable the Intel firmwares. 2009-08-04 08:50:02 +00:00
misc
programs bashrc: Source `${bash}/etc/bash_completion' when available. 2009-08-10 10:18:33 +00:00
security
services Implemented virtual host support. Now it's possible to assign web applications to virtual host, for example: 2009-08-10 18:45:18 +00:00
system * Restarting dbus no longer seems to kill the X server. 2009-08-10 16:18:51 +00:00
tasks * Give a type to networking.interfaces. 2009-07-16 17:18:54 +00:00
virtualisation * Workaround for hangs on x86_64. 2009-08-05 11:43:51 +00:00
module-list.nix * Bring back the options to enable/disable the Intel firmwares. 2009-08-04 08:50:02 +00:00