summary refs log tree commit diff
path: root/nixos/modules/services/web-servers
Commit message (Collapse)AuthorAge
* nixos/nginx: reload on acme cert renewalFranz Pletz2016-10-09
|
* php-fpm: add reload supportPeter Hoeg2016-10-06
| | | | Upstream recommends sending USR2 for a graceful reload.
* php fpm: add systemd supportPeter Hoeg2016-10-05
| | | | | | | | | | | | PHP FPM will now notify systemd when it's done initializing and ready to serve requests. Additionally ```systemctl status phpfpm``` will now show statistics such as: ``` Status: "Processes active: 0, idle: 8, Requests: 0, slow: 0, Traffic: 0req/sec" ```
* Merge pull request #18491 from groxxda/network-interfacesJoachim F2016-10-02
|\ | | | | Replace Network-interfaces.target
| * treewide: minor format / style / documentation fixesAlexander Ried2016-09-13
| |
| * tomcat: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| |
* | Merge pull request #18511 from ericsagnes/feat/remove-optionSetJoachim F2016-10-01
|\ \ | | | | | | modules: optionSet -> submodule
| * | zope2 module: optionSet -> submoduleEric Sagnes2016-09-13
| | |
| * | winstone module: optionSet -> submoduleEric Sagnes2016-09-13
| |/
* | Merge pull request #18993 from ericsagnes/mod/php-fpmJoachim F2016-09-29
|\ \ | | | | | | php-fpm module: cleanup
| * | php-fpm module: cleanupEric Sagnes2016-09-27
| |/ | | | | | | | | - Added example for the pool option - Unified PHP-FPM spelling
* | moodle: mark as brokenGraham Christensen2016-09-28
| | | | | | | | https://github.com/NixOS/nixpkgs/issues/18856
* | mediawiki: 1.23.13 -> 1.27.1Graham Christensen2016-09-26
| |
* | wordpress: 4.3.1 -> 4.6.1 + add a testGraham Christensen2016-09-26
| |
* | nginx module: Add option to configure events blockWilhelm Schuster2016-09-26
|/
* 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
|