Sometimes system administrators need to remove NGINX from server. Here is how to uninstall NGINX completely.
Nginx
How to Password Protect Directory in Nginx
Sometimes you may need to secure directories and files in NGINX. Here is how to password protect directory in NGINX.
NGINX Restrict Access to Directory and Subdirectories
Learn how to limit access to directory and subdirectory in NGINX using deny and allow access control directives.
How to Restrict URL Access in NGINX
How To Configure NGINX Log Rotation
NGINX log rotation allows you to rotate logs without piling up. Here is how to configure NGINX log rotation.
How to fix NGINX : worker connections are not enough
How To Disable ETag in NGINX
Sometimes you may need to disable ETag header from server response. Here is how to disable ETag in NGINX server.
How To Enable HTTP2 in NGINX
How to Fix NGINX 413 Request Too Large Error
Sometimes NGINX gives 413 Request too large error. Here is how to fix NGINX 413 request too large error.
How To Remove WWW from Domain URL in NGINX
Sometimes you may need to redirect www URL to non-www URL. Here is how to remove www from domain URL in NGINX.