Hi all,
We had a couple of problems in which we needed to click on recreate in the Docker container, which solved our problem (not really solved, but work around).
Is there a way to create a cronjob that "clicks" every morning on that button, I have read somewhere that it should be possible...
Hi,
Make sure that Wordpress is not redirecting to HTTPS, all communication through varnish is HTTP. All links in wordpres should be HTTPS (images, CSS, etc), otherwise you get mixed content which in Google Chrome is blocked.
We had a custom config in NGinx to redirect all HTTP traffic to...