summary refs log tree commit diff
path: root/nixos/tests/nghttpx.nix
diff options
context:
space:
mode:
authorBob van der Linden <bobvanderlinden@gmail.com>2018-12-19 22:55:00 +0100
committerBob van der Linden <bobvanderlinden@gmail.com>2019-03-24 21:15:35 +0100
commit4c1af9b37164ccbbb7291ccb652d8c8a10c24f96 (patch)
tree1e0d6bcf22a4c60c01cf3133b42bf8b58e75f61c /nixos/tests/nghttpx.nix
parent09bff929df3f48a2f689f3309778a69c702a672a (diff)
downloadnixpkgs-4c1af9b37164ccbbb7291ccb652d8c8a10c24f96.tar
nixpkgs-4c1af9b37164ccbbb7291ccb652d8c8a10c24f96.tar.gz
nixpkgs-4c1af9b37164ccbbb7291ccb652d8c8a10c24f96.tar.bz2
nixpkgs-4c1af9b37164ccbbb7291ccb652d8c8a10c24f96.tar.lz
nixpkgs-4c1af9b37164ccbbb7291ccb652d8c8a10c24f96.tar.xz
nixpkgs-4c1af9b37164ccbbb7291ccb652d8c8a10c24f96.tar.zst
nixpkgs-4c1af9b37164ccbbb7291ccb652d8c8a10c24f96.zip
nixos/tests: nghttpx: /var/run -> /run
Diffstat (limited to 'nixos/tests/nghttpx.nix')
-rw-r--r--nixos/tests/nghttpx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nghttpx.nix b/nixos/tests/nghttpx.nix
index 433562b9719..d41fa01aa9a 100644
--- a/nixos/tests/nghttpx.nix
+++ b/nixos/tests/nghttpx.nix
@@ -1,5 +1,5 @@
 let
-  nginxRoot = "/var/run/nginx";
+  nginxRoot = "/run/nginx";
 in
   import ./make-test.nix ({...}: {
     name  = "nghttpx";