How to Install & Configure ModSecurity on Nginx
Nginx web server is used on more than 30% of website worldwide and growing.
How to Protect Page with Password in Apache, Nginx, WordPress, Hosting?
You might have some sensitive page that you want to protect with the password. This is also known as Basic Authentication.
Redirect IP request to Domain URL – Test and Fix IP Canonical Issue
If you are hosting your website on Cloud or dedicated server then, you will be given dedicated IP by the hosting provider.
How to Enable HTTP/2 in Apache & Nginx?
HTTP/2 is the second major version of HTTP protocol released in 2015.
How to Enable TLS 1.3 in Apache, Nginx and Cloudflare?
A step-by-step guide to enable the latest and test TLS version protocol 1.3
How to Implement CSP frame-ancestors in Apache, Nginx and WordPress?
Protect your website from click-jacking attack by implementing CSP (Content Security Policy) header
How to Enable CORS in Apache and Nginx?
Restrict or allow resource sharing between sites using CORS header.
How to Implement ZeroSSL Certificate in Apache and Nginx?
Let’s look into getting a FREE SSL/TLS certificate from ZeroSSL and implement it in Apache and Nginx web servers.
How to Block .git in Apache, Nginx and Cloudflare?
Don’t expose the .git folder, which may contain sensitive information.
How to Redirect AMP Page to Non-AMP in Nginx, Apache, Cloudflare?
Have you disabled AMP on your site and got an error from Google Search Console about “Referenced AMP URL is not an AMP”?
How to Monitor Nginx and PHP Applications with Amplify?
Cloud-based performance monitoring and troubleshooting for Nginx and PHP-based applications
How to Setup Nginx with Let’s Encrypt Cert?
A step-by-step guide to implementing Let’s Encrypt TLS certificate in Nginx.
Nginx and Apache Logs Monitoring with GoAccess
Monitor and analyze web server logs with open source real-time log analyzer – GoAccess
How to Install Nginx in Ubuntu or CentOS/RHEL?
A step-by-step guide to installing Nginx on UNIX platforms.
Remove Version from Server Header Banner in nginx
Mask Nginx version details from the HTTP Response Header.
Secure Nginx from Clickjacking with X-FRAME-OPTIONS
Add X-Frame-Options in HTTP header to secure NGINX from Clickjacking attack
Exploring: How does Nginx Plus Looks Like?
Apache HTTP is still leading in web server market share but looks like Nginx is going to take over pretty soon.
How to Implement HTTPOnly and Secure Cookie in Nginx?
One of you asked this.
How to Use Nginx with WebSphere Application Server?
IBM WAS (WebSphere Application Server) usually go with IBM HTTP Server, However; then this quick guide will help you.
How to Enable IPv6 in Nginx & Apache?
Most of the CDN like Cloudflare, SUCURI, AKAMAI let you enable IPv6 from their edge network. However, if you are not using CDN that provides IPv6 and needs to enable your website, then here is how you can do it.
How to Configure Nginx to Serve Static Files for Node.js?
Speed up Node.js, Socket.io web application load time by leveraging Nginx to serve static files
Monitor Nginx Real-time Metrics on Linux/Ubuntu
Monitoring webserver is essential to see what’s happening on your website. Lately, I was looking for some sort of solution and came across ngxtop, which helps you to monitor various metrics, including the following.
How to Implement ModSecurity OWASP Core Rule Set in Nginx
If you were securing Nginx with Mod Security, then you would like to have OWASP core rule set (CRS) activated to protect from following threats.