summary refs log tree commit diff
path: root/nixos/modules/services/web-servers
Commit message (Collapse)AuthorAge
* tomcat service: bump default tomcat to 8.5danbst2016-09-09
| | | | | | See migration changelogs at - 7.0 -> 8.0: https://tomcat.apache.org/migration-8.html - 8.0 -> 8.5: https://tomcat.apache.org/migration-85.html
* tomcat: add danbst as maintainerdanbst2016-09-09
|
* tomcat service: call shutdown in preStop, because postStop is too late ↵danbst2016-09-09
| | | | (systemd kills process)
* tomcat: split default webapps to separate output (~6M)danbst2016-09-09
|
* security.acme: remove loop when no fallbackHost is givenAlexander Ried2016-09-06
|
* nginx module: add index and tryFilesRobin Gloster2016-08-25
|
* phpfpm: allow old config format as well (#17754)Robin Lambertz2016-08-15
|
* nginx module: fixup events in configRobin Gloster2016-08-09
|
* nginx module: fix cfg.config backwards compatibilityRobin Gloster2016-08-09
| | | | fixes #17604
* phpfpm service: restructured pool configurationAl Zohali2016-08-08
| | | | | | | | From @fpletz: Keep poolConfigs option for backwards-compatibility. The original commit 6b3f5b5a421fe3422e9ef63a3fd690178c36163e was previously reverted by c7860cae1a4b54f4b54339142472f00f861fa055 but the issues were resolved.
* varnish: fix localstatedir for varnish* tools (#17508)Christian Kauhaus2016-08-04
| | | | | | | | | | | | | | | The varnish tools (varnishstat, varnishlog, ...) tried to load the VSM file from a spurious var directory in the Nix store. Fix the default so the tools "just work" when also keeping services.varnish.stateDir at the default. Notes: - The tools use $localstatedir/$HOSTNAME so I've adapted the default for stateDir as well to contain hostName. - Added postStop action to remove the localstatedir. There is no point in keeping it around when varnish does not run, as it regenerates it on startup anyway. Fixes #7495
* nginx module: fix evaluation of root location optionFranz Pletz2016-08-01
|
* nginx module: improve statusPage generated codeRobin Gloster2016-07-28
| | | | Adds ::1 as allowed host and turns of access_log for the status page.
* nginx module: httpConfig backward compatibilityRobin Gloster2016-07-28
| | | | | | Revert httpConfig its old behaviour and make it mutually exclusive to the new structured configuration. Adds appendHttpConfig to have the ability to write custom config in the generated http block.
* nginx module: make client_max_body_size configurableRobin Gloster2016-07-28
|
* nginx: fixed duplicate http declarationTristan Helmich2016-07-28
|
* nginx module: add statusPage optionRobin Gloster2016-07-28
|
* nginx module: make recommended settings optionalRobin Gloster2016-07-28
|
* nginx module: make httpConfig backward compatibleRobin Gloster2016-07-28
|
* nginx module: improve documentationRobin Gloster2016-07-28
|
* nginx module: Enable http2Franz Pletz2016-07-28
|
* nginx module: Add default proxy headers for tomcatFranz Pletz2016-07-28
|
* nginx module: add option to make vhost defaultRobin Gloster2016-07-28
|
* nginx module: implement basic authRobin Gloster2016-07-28
|
* nginx module: redirect to same protocolRobin Gloster2016-07-28
|
* nginx module: turn off basic auth on acme locationsRobin Gloster2016-07-28
|
* nginx module: Add acmeFallbackHost vhost optionFranz Pletz2016-07-28
|
* nginx module: Add extraConfig for locationsFranz Pletz2016-07-28
|
* nginx module: Don't create acme certs if acme is not enabledFranz Pletz2016-07-28
|
* nginx module: Add dhParams optionTristan Helmich2016-07-28
|
* nginx module: Add sslCiphers optionTristan Helmich2016-07-28
|
* nginx module: Add sslProtocols optionTristan Helmich2016-07-28
|
* nginx module: Fix ACME extraDomains, fix challenge url to not redirect to ↵Tristan Helmich2016-07-28
| | | | allow renewals
* nginx module: Add ACME support for ssl sitesTristan Helmich2016-07-28
|
* nginx module: declarative configRobin Gloster2016-07-28
|
* Revert "nginx: Verify that configuration is syntactically correct" (#17337)Robin Gloster2016-07-28
|
* Revert "phpfpm service: restructured pool configuration"Bjørn Forsman2016-07-27
| | | | | | | | | | | This reverts commit 6b3f5b5a421fe3422e9ef63a3fd690178c36163e because it introduced a non-backwards compatible change in the phpfpm interface, without really needing to. The new interface, if needed, can be re-added alongside the old interface. Commit 98e419c0e27dd21e9dee0b915876ea60 ("tt-rss service: init at 16.3") depends on the new interface, so this commit updates the tt-rss service to work with the old services.phpfpm.poolConfigs interface.
* nginx: Verify that configuration is syntactically correct (#17208)Robin Lambertz2016-07-27
|
* nixos/lighttpd: move cgit setup to cgit.nixBjørn Forsman2016-07-26
| | | | To where it really belongs. Separation of concern.
* Merge pull request #16132 from zohl/tt-rssRok Garbas2016-07-21
|\ | | | | tt-rss service: init at 16.3
| * phpfpm service: restructured pool configurationAl Zohali2016-06-20
| |
* | caddy service: add options to change ACME certificate authority (#16969)davidak2016-07-21
| | | | | | and agree to let's encrypt subscriber agreement
* | caddy service: fix nix store output pathdavidak2016-07-14
| | | | | | | | systemd[11376]: caddy.service: Failed at step EXEC spawning /nix/store/ghpcwj6paccc92l1gk7ykb6gf2i2w6fi-go1.6-caddy-0.8.3/bin/caddy: No such file or directory
* | apache-httpd: add phpPackage optionEric Sagnes2016-06-22
| |
* | Merge pull request #16086 from layus/inginiousFrederik Rietdijk2016-06-21
|\ \ | |/ |/| INGInious: provide a NixOS module
| * inginious: init NixOS moduleGuillaume Maudoux2016-06-14
| |
* | Merge pull request #15677 from womfoo/mod_auth_mellonzimbatm2016-06-12
|\ \ | |/ |/| mod_auth_mellon: init at 0.12.0 and dependency lasso: init at 2.5.1
| * mod_auth_mellon: init at 0.12.0Kranium Gikos Mendoza2016-05-23
| |
* | imagemagick: split dev output to fix #9604Vladimír Čunát2016-05-22
|/ | | | Also fixup references to imagemagick.
* Merge branch 'master' into stagingVladimír Čunát2016-05-08
|\