joel When I access the domain https://analisedesite.com.br/ it works normal, Now if I put https://www.analisedesite.com.br/ it gives an error. Do not access. 403 Forbidden nginx Does anyone know how to solve this ??? because in other hosting it directs to the normal website.
joel good friend, did all this, but nothing happens, the same thing continues, see https://www.analisedesite.com.br/ https://prnt.sc/uqn1c4 https://prnt.sc/uqn2fi
idflorin joel maybe you can redirect all www to non-www adding this to domain Rewrite tab: if ($host = www.analisedesite.com.br) { return 301 https://$host$request_uri; } # managed by Certbot