From 01675900f8c2e0644e7741bcd020c757a50a9d93 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 22 Jul 2024 21:51:53 +0200 Subject: [PATCH] Update 0.2.3.md --- documentation/docs/changelog/0.2.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/changelog/0.2.3.md b/documentation/docs/changelog/0.2.3.md index 463c2fe9..037e9271 100644 --- a/documentation/docs/changelog/0.2.3.md +++ b/documentation/docs/changelog/0.2.3.md @@ -34,7 +34,7 @@ Not yet released. - Nginx and Apache vhosts files now restrict access to sensitive resources by default, these include: `.git`, `compose.json`, `composer.lock`, `auth.json`, `config.php`, `wp-config.php`, `vendor`. OpenPanel users can edit and remove the rules for any domain, from the **OpenPanel > Domains > Edit Vhosts File** page. - PM2 Application installer now supports optional flags to be passed to the startup file. - [Websites List](#websites-list) -- `opencli report` command now provides more detailed info for OpenAdmin service: pip installed packages, python version and full error log. +- `opencli report` command now provides more detailed info for OpenAdmin service: pip installed packages, python version, ufw/csf rules and full error log. - `opencli user-sudo` command now allows user to use the `su -` command to switch to root user.