Where is redis.conf file for EE4?

Hi Guys,

I have to make some changes to redis.conf to configure and avoid shopping cart empty issues. Can anyone please tell me where is the redis.conf file in EasyEngine 4 ?

I need to add this rule:

if ($http_cookie ~ “edd_items_in_cart|comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_no_cache|wordpress_logged_in”) { set $skip_cache 1; }*

TIA

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Check main.conf file located here: /opt/easyengine/sites/site-name/config/nginx/conf.d/main.conf

1 Like