by Lakshmi Vijayakumar | Jan 11, 2019 | Nginx, Server Administration
SSL certificates are extremely important for the security of your online business. But, what if you have multiple subdomains to manage? There comes wildcard SSL certificates that secure multiple subdomains with a single SSL certificate, which reduces the management...
by Sijin George | Dec 14, 2018 | DigitalOcean, Nginx, Server Administration
Nginx is one of the popular web servers used in DigitalOcean Droplets. Unfortunately, server owners often see Nginx errors when it cannot bind to the correct port of the server. One such error is “Nginx: [emerg] bind() to failed (98: Address already in...
by Lakshmi Vijayakumar | Nov 8, 2018 | Nginx, Server Management
Nginx is the all-time favorite webserver and reverse proxy server for high traffic websites. It stays strong under high traffic, and help achieve high uptime. But like any other server, Nginx too is susceptible to configuration and connection issues that cause nginx...
by Sijin George | Nov 8, 2018 | Server Management
Web servers show 502 errors when they are unable to display a requested page – due to network error, security restrictions, and so on. 502 Connection failed is one such error reported by Fiddler, a web app debugging tool. It means that Fiddler’s request...
by Sijin George | Nov 6, 2018 | Nginx, Server Administration
Lets-encrypt SSL is a great way to secure websites as they are free of cost. But, it comes with the overhead of frequent renewals, that is, every 3 months. And even a small mistake in the timely renewal of Lets-encrypt certificate can cause serious downtime for the...