diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-05 11:47:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-05 11:47:19 +0200 |
commit | fd7961e5e6025c1b1ebc99b0e43715b58d2b51b1 (patch) | |
tree | 52ac98003b8f62c2fee90818b09efb289f85c42b /valkey-conf.patch | |
parent | 3a59cb457039c2da005d75d43acacdac114eefc4 (diff) |
fix path to module configuration files
Diffstat (limited to 'valkey-conf.patch')
-rw-r--r-- | valkey-conf.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/valkey-conf.patch b/valkey-conf.patch index a6723a1..8e20288 100644 --- a/valkey-conf.patch +++ b/valkey-conf.patch @@ -27,7 +27,7 @@ diff -up ./valkey.conf.rpm ./valkey.conf # include /path/to/fragments/*.conf # +# Module configuration files -+include /etc/redis/modules/*.conf ++include /etc/valkey/modules/*.conf + ################################## MODULES ##################################### |