Sometimes you may need to list all virtual hosts in NGINX. Here are the steps to do so in NGINX.
Nginx
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 Change NGINX AutoIndex
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.
NGINX Prevent Host Header Attack
It is important to prevent host header attacks on your servers. Here is how to prevent host header attack in NGINX.
Nginx Allow Local Network
Sometimes you may need to allow only local IP addresses in NGINX. Here are the steps to allow local network in NGINX.
How to Prevent Direct Access to Images in NGINX
Sometimes you may need to block direct access to images on your website. Here is how to prevent direct access to images in NGINX.