Until the NodeRemote app is updated, here's "a" Trixie workaround :
- Edit the
/etc/apache2/sites-available/000-default.conffile and add the "RewriteRule" line :
...
RewriteEngine On
add--> RewriteRule ^/allmon2/astdb\.txt$ - [L]
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
- Restart the
apache2server!