
Sometimes you may get an error ‘Plain HTTP request was sent to HTTPS port’ in NGINX. Here are the steps to fix it.
Sometimes you may get an error ‘Plain HTTP request was sent to HTTPS port’ in NGINX. Here are the steps to fix it.
Often website administrators need to extract unique IP address from log files. Here are the steps to do so.
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.
Sometimes you may need to block specific URLs in NGINX. Here is how to block URL parameters in NGINX.
Sometimes you may be unable to access NGINX from external public ip or outside box. Here is how to fix this issue.
uwsgi is an application container for websites & applications. Here is how to setup uwsgi with NGINX for python.
It is important to prevent host header attacks on your servers. Here is how to prevent host header attack in NGINX.