nixos/tests: nghttpx: /var/run -> /run
This commit is contained in:
parent
09bff929df
commit
4c1af9b371
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
let
|
||||
nginxRoot = "/var/run/nginx";
|
||||
nginxRoot = "/run/nginx";
|
||||
in
|
||||
import ./make-test.nix ({...}: {
|
||||
name = "nghttpx";
|
||||
|
|
Loading…
Reference in a new issue