Why do I see “Welcome to NGINX!” on my favorite website?

Original: https://www.nginx.com/blog/welcome-to-nginx-on-my-favourite-website/
I am trying to reach Google, Yahoo!, Yandex, or some other website. Instead getting to the site, I see a web page that refers to nginx:

Welcome to NGINX screen

What’s going on?

What is the “Welcome to nginx!” Page?

The Welcome to nginx! page is the default web page that is presented when a website operator has installed the NGINX web server software on a computer on the Web, but has not finished configuring it.

The NGINX web server software is used by hundreds of millions of websites worldwide. It’s open source and free to use, so anyone can download and install the software and use it to host a website.

Why Am I Seeing this Page?

When you see the Welcome to nginx! page, the mostly likely reasons are that either there is a configuration problem at the website, or there is a problem on your computer that is causing your web browser to go to the wrong website.

The NGINX software has not been installed on your computer – it runs only on computers that are serving web pages. NGINX is not a virus and has nothing to do with determining which websites your browser accesses.

What Should I Do?

We recommend that you do the following. After each step, test whether the problem is fixed:

  1. Clear your browser cache and delete your browsing history. Restart your web browser.
  2. Restart your computer and home router.
  3. If you don’t want to investigate the problem yourself, contact a qualified expert – your ISP or support representative – and ask for help scanning your computer for malware and verifying your DNS and network configuration.

If you feel like investigating further, below are some other things for a knowledgeable user to try.

Run a Reputable Virus Scanner

Run a scanner or anti-malware application from a security software company. Windows 8.1 users can use Windows Defender. Windows 7 and Windows Vista users can use Microsoft Security Essentials.

Verify and Reset your Internet Configuration

  1. Clear your operating system’s DNS cache.
    • On Microsoft Vista, Windows 7, and Windows 8: Click on the Start logo, follow All Programs > Accessories, right-click on Command Prompt, choose Run As Administrator, type ipconfig /flushdns, and press Enter.
    • On Microsoft Windows XP, go to Start > Run, type ipconfig /flushdns in the new terminal window, and press Enter.
  2. Go to your TCP settings (on Windows, Control Panel > Network), and locate the section that lists the DNS servers. Make a note of the current values, and then replace them with 8.8.8.8 and 8.8.4.4. You will then be using Google Public DNS instead of your previous DNS server. For more details, see Get Started page for Google Public DNS.
  3. Check the hosts file on your computer. Windows users, see How to reset the Hosts file back to the default at the Microsoft Support website.
  4. Check the plug-ins and extensions installed with your browser. Re-install your browser or try a different one if possible.

Other Useful Resources

Retrieved by Nick Shadrin from nginx.com website.