nixpkgs/nixos/modules/services/web-servers
Vladimír Čunát 1952d5d5f7 nixos/foswiki: basic working service definition
Activation is as simple as:
  services.httpd = {
    enable = true;
    adminAddr = "nobody@example.com";
    extraSubservices = [ {
      serviceType = "foswiki";
    } ];
  };
2016-03-08 16:38:43 +01:00
..
apache-httpd nixos/foswiki: basic working service definition 2016-03-08 16:38:43 +01:00
jboss jobs -> systemd.services 2016-01-07 06:39:06 +00:00
lighttpd lighttpd: fix mod_rewrite appearing twice 2015-11-14 15:52:25 +01:00
nginx Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
varnish Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
fcgiwrap.nix Updated fcgiwrap's systemd unit to match upstream version. 2015-02-18 21:19:12 +00:00
phpfpm.nix Merge pull request #8630 from lihop/nixos/fix-formatting 2016-02-27 10:08:37 +00:00
shellinabox.nix shellinabox service: intial implementation 2015-07-04 21:18:13 +12:00
tomcat.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
uwsgi.nix uwsgi service: update documentation 2016-02-19 18:09:27 +03:00
winstone.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
zope2.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00