Webserver testing

There’s a new webserver update:

  • Nginx 1.29.0
  • PHP 8.4.11

Please help testing, thanks in advance!

Installation:

add-module ghcr.io/nethserver/webserver:1.1.3-dev.1

Update:

api-cli run update-module --data '{"module_url":"ghcr.io/nethserver/webserver:1.1.3-dev.1","instances":["webserver1"],"force":true}'

EDIT:

To test PHP just drop a file phpinfo.php to the webroot:

<?php
phpinfo( );
?>

and browse to

https://webserverurl/phpinfo.php

4 Likes

Test procedures as per suggestion, and the usual backup and restore.

1 Like

Yes, please test install and update and check if PHP is showing the new version.
As the image changed a backup/restore test could be nice too. Thanks!

1 Like