mrmarkuz
(Markus Neuberger)
1
There’s a new webserver update:
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
LayLow
(LayLow)
2
Test procedures as per suggestion, and the usual backup and restore.
1 Like
mrmarkuz
(Markus Neuberger)
3
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