
Sometimes you may need to enable CORS in NGINX in server. Here is how to allow cross-domain requests in NGINX.
Sometimes you may need to enable CORS in NGINX in server. Here is how to allow cross-domain requests in NGINX.
Sometimes you may get ‘request timed out’ error in NGINX server. Here are the different ways to increase request timeout in NGINX.
Sometimes system administrators need to remove NGINX from server. Here is how to uninstall NGINX completely.
Sometimes you may need to secure directories and files in NGINX. Here is how to password protect directory in NGINX.
Learn how to limit access to directory and subdirectory in NGINX using deny and allow access control directives.
NGINX log rotation allows you to rotate logs without piling up. Here is how to configure NGINX log rotation.
Sometimes you may need to disable ETag header from server response. Here is how to disable ETag in NGINX server.