about summary refs log tree commit diff
path: root/nixos/modules/services/web-servers
AgeCommit message (Expand)AuthorFilesLines
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra15-36/+38
2014-04-10Merge branch 'containers'Eelco Dolstra1-1/+1
2014-04-10nixos/phpfpm: Add option to set PHP package.aszlig1-1/+8
2014-03-17nginx module: Enable modularly specifying serversShea Levy1-0/+11
2014-03-17httpd: Don't require keys.targetEelco Dolstra1-1/+1
2014-03-12winstone NixOS module: Make it possible to set systemd service nameRickard Nilsson1-1/+10
2014-03-12New NixOS module: services.winstone, for running instances of the Winstone Ja...Rickard Nilsson1-0/+120
2014-03-12phpfpm module: Make extraConfig and poolConfigs mergeable by switching option...Rickard Nilsson1-2/+2
2014-03-12Add phpfpm NixOS service moduleRickard Nilsson1-0/+77
2014-02-27nixos: set all package options to have type packageDomen Kožar2-1/+2
2014-02-27mediawiki: Don't rewrite /images if uploads are enabledShea Levy1-3/+4
2014-02-27mediawiki rewrite rules only needed with no urlPrefixShea Levy1-8/+11
2014-02-25Mediawiki: Add some needed rewritesShea Levy1-0/+7
2014-02-25Allow httpd subservices to set the document rootShea Levy2-3/+10
2014-02-12nginx: add appendConfig option with types.linesDomen Kožar1-0/+14
2014-02-10mediawiki: Fix some references to /bin/bashShea Levy1-0/+4
2014-02-10mediawiki: Run update script after initializing the databaseShea Levy1-0/+1
2014-01-31httpd: Respect original order of environment eval.Rob Vermaas1-2/+2
2014-01-31httpd: Only add PHPRC to environment of httpd when enablePHP is true.Rob Vermaas1-2/+2
2014-01-27Merge pull request #1178 from chexxor/fix-httpd-sshRob Vermaas1-1/+7
2013-12-20mediawiki: Update to 1.20.8Eelco Dolstra1-2/+2
2013-11-18httpd.nix: Support non-root operationEelco Dolstra1-2/+3
2013-11-13mediawiki: Update to 1.20.7Eelco Dolstra1-2/+2
2013-11-12Add some primops to libEelco Dolstra1-2/+2
2013-11-11Check empty stringfor globalRedirect. It breaks RedirectPermanent.Alex Berg1-1/+1
2013-11-11Add HTTPD SSH assertion to check null cert/key.Alex Berg1-2/+2
2013-11-07Merge pull request #1099 from offlinehacker/nixos/nginx/package_change_supportMichael Raskin1-5/+8
2013-11-06Check for SSL Cert value before building with SSL support.Alex Berg1-0/+6
2013-10-30Clean up some option examplesEelco Dolstra1-1/+1
2013-10-30Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2-3/+3
2013-10-29Give types to the Apache httpd optionsEelco Dolstra2-75/+90
2013-10-29nixos: zope2 service: adding clientHome optionRok Garbas1-6/+12
2013-10-29Fix evaluation error in the tomcat testEelco Dolstra1-2/+2
2013-10-29Don't copy Nix expressions to the store while processing Apache subservicesEelco Dolstra1-1/+1
2013-10-28Remove obsolete function addDefaultOptionValuesEelco Dolstra1-2/+4
2013-10-28Implement services.httpd.virtualHosts using the module systemEelco Dolstra1-19/+11
2013-10-20nixos/nginx: allow to specify which package to useJaka Hudoklin1-5/+8
2013-10-20zope2 service... indentation fixRok Garbas1-102/+105
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra16-0/+2693