summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/nginx
Commit message (Collapse)AuthorAge
* nginx: include mimetypes mappingDomen Kožar2015-09-07
| | | | | (cherry picked from commit b01eebf021388d92a8aaba9339dcc1fa2270294d) Signed-off-by: Domen Kožar <domen@dev.si>
* Revert "reverse_proxy module: helper to run nginx as reverse proxy"Domen Kožar2015-09-07
| | | | | | | This reverts commit e6f0cd336dd286232136503c02598372162f1b8d. These modifications are too specific to use cases and shouldn't be part of nginx module.
* reverse_proxy module: helper to run nginx as reverse proxyThomas Strobel2015-08-28
|
* nixos/nginx: enable service/config reloadJaka Hudoklin2015-04-25
|
* Revert "nixos: Multiple service instances, apply to nginx. See #6784"Luca Bruno2015-03-18
| | | | | | This reverts commit 7ef59c4fe2a87682054572a504fc7c6046c282e5. Wrong push! Sorry!
* nixos: Multiple service instances, apply to nginx. See #6784Luca Bruno2015-03-18
|
* nginx service improvementsAndrey Arapov2015-01-19
| | | | | | Adding Restart, RestartSec, StartLimitInterval to ensure that the service is started in case if it can't assign (bind) the address as often it takes longer for the network (e.g. dhcpcd) to get the IP assigned.
* nixos/nginx: add more typesNikolay Amiantov2014-12-10
|
* nixos/nginx: fix group and stateDir permissionsMathijs Kwik2014-06-16
| | | | furthermore, I don't think adding nginx to systemPackages is of any use.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* nginx module: Enable modularly specifying serversShea Levy2014-03-17
|
* nixos: set all package options to have type packageDomen Kožar2014-02-27
|
* nginx: add appendConfig option with types.linesDomen Kožar2014-02-12
|
* nixos/nginx: allow to specify which package to useJaka Hudoklin2013-10-20
| | | | | | This enables to override which plugins to include with nginx by allowing to change nginx package. I also removed webdav option in nginx nixos module, because you can now specify this by overriding nginx package.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10