hi
My domain is not working with Cloudflare neither caching nor the redirect rukes, though the DNS settings are ok.
Invoke-WebRequest -Uri https://www....hu
-UseBasicParsing | Select-Object -ExpandProperty Headers gives Server nginx/1.18.0 and not Server Cloudflare.
If I check the site with curl:
curl -svo /dev/null http://www...hu
it seems Cloudflare just works fine:
HTTP/1.1 301 Moved Permanently
< Date: Sat, 17 Dec 2022 19:15:22 GMT
< Transfer-Encoding: chunked
< Connection: keep-alive
< Cache-Control: max-age=3600
< Expires: Sat, 17 Dec 2022 20:15:22 GMT
< Location: https://www.,...hu/
< Report-To: {“endpoints”:[{“url”:“https://a.nel.Cloudflare.com/report/v3?s= NsXnmDstqUTdIL9JfT1lZmoeM7l4iMtOZ7vTwL0fRNyZ15M8%2BHoArs%2BNtGhuLQ2WZf2OXYs9Anbw Ad8WNUh%2BVo%2BmcYU%2Frtigt1gJEHmT%2FoSb2Op2eo8rf1OfaIscBtM%3D”}],“group”:“cf-ne l”,“max_age”:604800}
< NEL: {“success_fraction”:0,“report_to”:“cf-nel”,“max_age”:604800}
< Server: Cloudflare
< CF-RAY: 77b1fcb2fa37c2ff-VIE
< alt-svc: h3=“:443”; ma=86400, h3-29=“:443”; ma=8640
Any idea?
Thank you !