mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/nginx: fix double slash in example
This commit is contained in:
parent
73bed75dbd
commit
dd7ef21afc
1 changed files with 1 additions and 1 deletions
|
@ -1071,7 +1071,7 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"memcached" = {
|
"memcached" = {
|
||||||
servers."unix:/run//memcached/memcached.sock" = {};
|
servers."unix:/run/memcached/memcached.sock" = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue