ALL articles of Nginx

How to set CORS in Nginx server

CORS or Cross-Origin Resource Sharing is a protocol that will provide access resources to different domain. This is most commonly used for J...

READ MORE

How to redirect www URLs to non-www URLs in website

When considering to SEO, if you are not redirecting www to non-www or vice-versa, then search engines like Google webmaster, Bing will creat...

READ MORE

How to completely remove NGINX server from Ubuntu

After removing nginx server, sometimes you might wonder that it still runs on /var/www/html folder when you run http://localhost in your bro...

READ MORE

How to install Nginx HTTP server on Ubuntu

Nginx is an open source HTTP web server that is often used as reverse proxy or HTTP cache. Nginx is popular for high-performance, speed, sta...

READ MORE