Sometimes you may need to setup SSL passthrough for NGINX server. Here are the steps to configure SSL/TLS passthrough in NGINX.
Nginx
How to Fix NGINX: Too Many Open Files Error
Sometimes you may get “Too Many Open Files” error message while using NGINX server. Here are the steps to fix this issue.
Difference between $host and $http_host in NGINX
NGINX is a popular web server used by many websites. Here is the key difference between $host and $http_host server variable in NGINX.
How to Serve Static Files in NodeJS using NGINX
NodeJS and NGINX are popular web servers for applications & websites. Here is how to serve static files in NodeJS using NGINX.
How to Add Conditional Headers in NGINX
Sometimes you may need to add headers conditionally in NGINX. Here is how to add conditional headers in NGINX using map function.
How to Use NGINX try_files
How to Count Unique IPs & Requests per IP in NGINX
Sometimes you may need to count unique IPs and requests per ip in NGINX. Here is how to count them in a single line of command.
How to Uninstall NGINX from Ubuntu
Sometimes you may need to completely remove NGINX from your system due to performance issues or other reasons. Here is how to uninstall NGINX from Ubuntu.
How to Use NGINX as Reverse Proxy for NodeJS
Sometimes you may need to use nginx with nodejs. Here are the steps to configure NGINX as reverse proxy for NodeJS application.
How to Redirect 403 to 404 in NGINX
403 HTTP response code means access forbidden. Here is how to redirect 403 to 404 in NGINX to protect your website from security vulnerabilities.