0
0
Fork 0
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:
Sandro 2024-10-06 13:58:54 +02:00 committed by GitHub
commit 00461d0fcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1071,7 +1071,7 @@ in
'';
};
"memcached" = {
servers."unix:/run//memcached/memcached.sock" = {};
servers."unix:/run/memcached/memcached.sock" = {};
};
};
};