Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - elciocastro

Pages: [1]
1
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.

Pages: [1]