From d6124ea7bfcec02af874edce4d2721d9de59f24e Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 5 Mar 2025 21:13:14 +0100 Subject: [PATCH] Update 1.1.1.md --- website/docs/changelog/1.1.1.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/docs/changelog/1.1.1.md b/website/docs/changelog/1.1.1.md index feda8877..352c6c92 100644 --- a/website/docs/changelog/1.1.1.md +++ b/website/docs/changelog/1.1.1.md @@ -36,4 +36,10 @@ A new page, `/databases/phpmyadmin`, has been added: Users now have the option to select the unit of measurement for displaying database size. -![phpmyadmin](https://i.postimg.cc/rpjgMGZk/2025-03-05-19-47.png) +![db size units](https://i.postimg.cc/rpjgMGZk/2025-03-05-19-47.png) + +#### PHP Limits + +The `/php/limits` page now enables users to adjust limits for all PHP versions simultaneously. The values set here will override any php.ini configurations and trigger a restart of the php-fpm container. + +![edit php limits](https://i.postimg.cc/qvwpnR1G/2025-03-05-21-11.png)