Janne Koponen
Janne Koponen
Now that Letsencrypt finally supports wildcard certificates it would be nice to get wildcard support directly to the Kontena loadbalancer. It's currently not even possible to use wildcard certificate manually...
Can be done with a simple POST request like this: ```curl -X POST “https://api.cloudflare.com/client/v4/zones/yourzoneidgoeshere/purge_cache” \ -H “X-Auth-Email: [email protected]” \ -H “X-Auth-Key: AUTH-KEY” \ -H “Content-Type: application/json” \ --data ‘{“purge_everything”:true}’```
…xists. Resolves #304
In settings.php `if (class_exists(MemcacheBackendFactory::class))` returns false even if the memcached module is enabled effectively disabling memcache caching.
Currently most of the error pages are replaced by our "Best people... " custom error page. In local and dev this could be skipped altogether and instead we could display...
We have ansible and other requirements installed in virtualenv when running provision.sh. This should also be applied to build.sh.
and --skip-dependency-manager option for opting out
Build.sh is pretty much build around the use of drush make and while it can do composer builds too there are many other options available that can take care of...