Can’t change redis host (can’t find override constant)
-
I recently moved my site to a new server. Went from easy engine to word ops. When I moved everything over, I noticed in the logs it was complaining about not being able to reach redis for the Nginx helper plugin. I went to the plugin settings and I see all the settings are greyed out and I can’t change them. They say “Overridden by constant variables.” under the greyed out input box. I imported a bunch of sites but this seems to be the only one suffering from this. I already checked the wp-config for any possible env vars that might be overriding these settings but I didn’t spot “RT_WP_NGINX_HELPER_REDIS_HOSTNAME” anywhere in there or being set anywhere else in the code base for the site.
Any ideas on where else this could possible be set that I might be missing?
I’ve also tried defining ‘RT_WP_NGINX_HELPER_REDIS_HOSTNAME” myself in wp-config and had to luck getting that set from
redis
(easy engines config) tolocalhost
(wordops config)Thank you in advance.
- You must be logged in to reply to this topic.