kjdev / nginx-keyval

Nginx module for the key-value store
MIT License
20 stars 4 forks source link

Module included in Alpine Linux and nginx-binaries #1

Open jirutka opened 1 year ago

jirutka commented 1 year ago

Hi, you might be interested to know that I’ve added this module to Alpine Linux – nginx-mod-http-keyval (it’s available since v3.18) and also to nginx-binaries.

kjdev commented 1 year ago

So it's an option, but the Redis store isn't enabled.

I wonder if it would be easier to use the Redis store if it is enabled, since it may be used when operating multiple units.

See alpine module: nginx: [emerg] unknown directive "keyval_zone_redis"

export NGX_HTTP_KEYVAL_ZONE_REDIS=1
jirutka commented 1 year ago

Ah, I forgot about it, I’m gonna enable it.

jirutka commented 1 year ago

It’s built with the Redis store now (nginx-mod-http-keyval). I’ve also really added it to nginx-binaries (but not for Windows for now, it’s a bit more complicated) – I though that I already did it, but forgot to finish it before.