Update 0.3.1.md

This commit is contained in:
Stefan Pejcic 2024-09-26 12:30:07 +02:00 committed by GitHub
parent 6c0b746ea9
commit adfca4a543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,3 +17,4 @@ Not yet released.
- Improvements to the 'OpenAdmin > Plans' page. - Improvements to the 'OpenAdmin > Plans' page.
- [Added checks to the install script: if admin account is actually created and docker file mounted](https://github.com/stefanpejcic/OpenPanel/commit/b1ee609d0723447fccbd090d83f198949008fb42). - [Added checks to the install script: if admin account is actually created and docker file mounted](https://github.com/stefanpejcic/OpenPanel/commit/b1ee609d0723447fccbd090d83f198949008fb42).
- For new domains, the server signature is now passed from the web server running within the user's container. For users running Apache, the headers will display Apache, and for those running Nginx, the headers will display Nginx. - For new domains, the server signature is now passed from the web server running within the user's container. For users running Apache, the headers will display Apache, and for those running Nginx, the headers will display Nginx.
- As from 0.2.9 users can enable /phpmyadmin on a per-domain base, therefor global setting is removed from /etc/openpanel/openpanel/conf/openpanel.config file and `opencli phpmyadmin` command is removed.