Hi phprazzi,
I also had this problem yesterday and checked that the cwpsrv.conf file in the /usr/local/cwpsrv/conf folder has been updated and included the code below:
if ($server_port = 2030){
return 301 https://$host:2031$request_uri;
}
if ($server_port = 2086){
return 301 https://$host:2087$request_uri;
}
If you want it not to be redirected, you can comment on this code and run the script / scripts / reload_cwpsrv, but I advise you to keep this configuration and use an ssl certificate for security.