Sometimes you may get NGINX bind to 0.0.0.0:80 failed error. Here are the steps to fix it.
Nginx
How to Change NGINX Config Without Restarting
Often you may need to modify NGINX configuration without restarting server. Here are the steps to do it.
Set NGINX to Catch All Unhandled Virtual Hosts
Sometimes you may need to catch all unhandled virtual hosts in NGINX. In this article, we will learn how to set NGINX to catch all unhandled virtual hosts.
How to do Case Insensitive Rewrite in NGINX
NGINX Catch All Location
How to Get Unique IP Address from Log File
Often website administrators need to extract unique IP address from log files. Here are the steps to do so.
How to Exclude Requests from NGINX Log
Sometimes you may need to ignore certain requests or URLs from being recorded in NGINX log. Here is how to exclude requests from NGINX log.
NGINX Pass Headers from Proxy Server
Cannot Access NGINX From Outside
Sometimes you may be unable to access NGINX from external public ip or outside box. Here is how to fix this issue.
How to Setup Uwsgi with NGINX for Python
uwsgi is an application container for websites & applications. Here is how to setup uwsgi with NGINX for python.