Update 1.1.9.md

This commit is contained in:
Stefan Pejcic 2025-04-03 15:33:17 +02:00 committed by GitHub
parent 8e45710c48
commit ca318357ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,8 @@ Not yet released
- added [varnish](#varnish) module. - added [varnish](#varnish) module.
- added [my.cnf](https://github.com/stefanpejcic/openpanel-configuration/blob/main/mysql/user.cnf) template for new users. - added [my.cnf](https://github.com/stefanpejcic/openpanel-configuration/blob/main/mysql/user.cnf) template for new users.
- *MySQL Configuration* page is moved to separate module so it can be disabled from *OpenAdmin > Features*. - *MySQL Configuration* page is moved to separate module so it can be disabled from *OpenAdmin > Features*.
- added *redirect* option for Services in OpenAdmin, if provided, user will be redirected after action.
- rewritten *OpenAdmin > Emails > Settings* page.
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- Fixed a bug in `opencli sentinel` where it incorrectly checked `ns2` twice instead of `ns2` and `ns1`. - Fixed a bug in `opencli sentinel` where it incorrectly checked `ns2` twice instead of `ns2` and `ns1`.
@ -36,3 +38,4 @@ 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 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. - `opencli domains-varnish` command can be used to enable/disable Varnish per domain.