Open
Description
Error Message and Logs
I'm using cloudflare tunnel, so my wordpress wp_siteurl is http.
Problem is, some wordpress plugins think the site is on http, and have a lot of Mixed content error in the console.
I've tried to add $_SERVER['HTTPS'] = 'on'; to wp-config, using the WORDPRESS_CONFIG_EXTRA environnement variable (and adding a WORDPRESS_CONFIG_EXTRA=$WORDPRESS_CONFIG_EXTRA to my Docker compose file). But I'm not sure wp-config has the new line added because I still have mixed content issues.
Any idea how to solve this / check how the final wp-config looks like?
thanks,
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.418
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
No response