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