mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixos/tests: nghttpx: /var/run -> /run
This commit is contained in:
parent
09bff929df
commit
4c1af9b371
@ -1,5 +1,5 @@
|
||||
let
|
||||
nginxRoot = "/var/run/nginx";
|
||||
nginxRoot = "/run/nginx";
|
||||
in
|
||||
import ./make-test.nix ({...}: {
|
||||
name = "nghttpx";
|
||||
|
Loading…
Reference in New Issue
Block a user