From d9960f3a9c629f7272471156a566ad2fabb55cf3 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 31 Mar 2025 20:06:09 +0200 Subject: [PATCH] Update 1.1.9.md --- website/docs/changelog/1.1.9.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/website/docs/changelog/1.1.9.md b/website/docs/changelog/1.1.9.md index 3f49649e..216a811a 100644 --- a/website/docs/changelog/1.1.9.md +++ b/website/docs/changelog/1.1.9.md @@ -4,7 +4,27 @@ Not yet released ### 💅 Polish - added php-fpm auto-tuning on startup to all php containers. +- added [varnish](#Varnish) module. ### 🐛 Bug Fixes - Fixed a bug in `opencli sentinel` where it incorrectly checked `ns2` twice instead of `ns2` and `ns1`. - Fixed a bug in `opencli plan-create` setting 250k inodes limit when *0* is provided. + + +#### Varnish + +Once `varnish` module is enabled by Administrator, the *OpenPanel > Cache > Varnish* settings page will be available to users. + +[![varnish.png](https://i.postimg.cc/8z975g8v/varnish.png)](https://postimg.cc/FYbrWqHF) + +Available actions: + +- view current setting +- enable/disable Varnish cache +- toggle on/off per domain name +- view varnish service logs + +To purge cache, simply stop and start service from *Containers* page. + +- `opencli user-varnish` command can be used to enable/disable Varnish per user. +- `opencli domains-varnish` command can be used to enable/disable Varnish per domain.