Shows a warning Message when checked the NGINX configuration using the command nginx -t, nginx warn the ssl directive is deprecated use the listen ssl,
Continue ReadingShows a warning Message when checked the NGINX configuration using the command nginx -t, nginx warn the ssl directive is deprecated use the listen ssl,
Continue ReadingIf you have enabled an option accept_mutex is set to on, worker processes will accept new connections by turn. Otherwise, all worker processes will be notified about new connections.
Continue ReadingIf would like to configure redirecting a domain1.com to domain2.com in NGINX server, there are two major good rewrite rules here,
Continue ReadingHTTP2 protocol is replacement of HTTP1.1 protocol, Its based on SPDY, HTTP2 is more efficient, more secure and faster data transfer in applications.
Continue ReadingIf you are occurred an error when you configured reverse proxy to another web server, need to increasing value of proxy read timeout in NGINX configuration file.
Continue ReadingYou may need to listen multiple IP addresses to be served for a domain, just add like following configuration. Open a nginx.conf file by text editor vim or vi.
Continue ReadingSome times getting 500 Internal error or show network error on firebug in Web browser.
Continue Reading