nixpkgs/nixos
Florian Klink 300049ca51 nixos/nginx: move configuration testing script into reload command
nginx -t not only verifies configuration, but also creates (and chowns)
files. When the `nginx-config-reload` service is used, this can cause
directories to be chowned to `root`, causing nginx to fail.

This moves the nginx -t command into a second ExecReload command, which
runs as nginx's user. While fixing above issue, this will also cause the
configuration to be verified when running `systemctl reload nginx`, not
only when restarting the dummy `nginx-config-reload` unit. The latter is
mostly a workaround for missing features in our activation script
anyways.
2020-08-12 18:13:29 +02:00
..
doc Merge pull request #91938 from spacefrogg/openafs-1.6-deprecation 2020-08-12 17:11:28 +02:00
lib Merge pull request #93824 from blitz/fix-rpi4-installer 2020-08-08 13:45:02 +02:00
maintainers nixos/maintainers/*: editorconfig fixes 2020-08-04 00:23:54 +10:00
modules nixos/nginx: move configuration testing script into reload command 2020-08-12 18:13:29 +02:00
tests shattered-pixel-dungeon: add nixos test 2020-08-09 15:34:30 -07:00
COPYING
default.nix
README treewide: use https for nixos.org and hydra.nixos.org 2020-05-03 22:14:21 -07:00
release-combined.nix nixos/release-combined: add systemd-networkd-ipv6-prefix-delegation test 2020-05-01 17:45:40 +02:00
release-small.nix nixos/release-small: drop latestKernel.login 2020-04-19 22:20:07 +03:00
release.nix nixos/release: add pantheon closure 2020-07-26 15:30:08 -04:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.