NGINX error when trying to go to archive.is

My issue: When I try to go to archive.is on my laptop, I get this error message:

"# Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required.

For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.

Thank you for using nginx."

It doesn’t happen with any other website. I can go to archive.is on my iPhone, just not my laptop. I could last week, but then I just started getting this message one day… and it hasn’t stopped.

The site seems to be working fine for me. You might have a cached page or a bad DNS result on your system that is pointing to a different IP. I would check what IP it is resolving to locally for you vs on another system. As an example, if I run nslookup archive.is on my local system this is the response:

Non-authoritative answer:
Name: archive.is
Address: 147.45.179.37

Thank you!

I get ::

Non-authoritative answer:
Name: archive.is
Address: 198.98.54.183

I also cleared the cache and ran sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder … no change…