Often system administrators need to redirect URLs & web pages to another domain. Here is how to redirect location to another domain in NGINX.
Often system administrators need to redirect URLs & web pages to another domain. Here is how to redirect location to another domain in NGINX.
Sometimes system administrators need to configure multiple host names in NGINX server. Here are the steps to do this.
Often site administrators need to block image hotlinking but allow Google search. Here are the steps to implement it.
Sometimes you may need to drop trailing slash in URLs. Here is how to remove trailing slash in NGINX server.
Sometimes you may need to change NGINX port number. Here are the steps to run NGINX on different port number.
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.