nixos/tests: nghttpx: /var/run -> /run
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
let
|
||||
nginxRoot = "/var/run/nginx";
|
||||
nginxRoot = "/run/nginx";
|
||||
in
|
||||
import ./make-test.nix ({...}: {
|
||||
name = "nghttpx";
|
||||
|
||||
Reference in New Issue
Block a user