Sometimes NGINX may give 503 service temporarily unavailable error if it is overloaded. Here’s how to fix 503 service temporarily unavailable error in NGINX.
Nginx
How to Fix 500 Internal Server Error in NGINX
Sometimes NGINX server may give 500 Internal Server Error due to various reasons. Here’s how to fix 500 Internal Server Error in NGINX.
How to Fix 504 Gateway Timeout Error in NGINX
You get 504 Gateway Timeout error when NGINX proxy server times out while waiting for response from web server. Here’s how to fix 504 Gateway Timeout Error in NGINX.
How to Fix 502 Bad Gateway Error in NGINX
We get 502 Bad Gateway Error in NGINX proxy server when it receives a bad response. Here’s how to fix 502 bad gateway error in NGINX.
How to Increase Request Timeout in NGINX
Sometimes you may need to increase request timeout in NGINX to process long-running requests. Here’s how to increase request timeout in NGINX.
How To Increase File Upload Size in NGINX
By default NGINX max file upload size is 1Mb. Here’s how to increase file upload size in NGINX to avoid 413 request entity too large error.
How To Hide NGINX Server Version from Header
NGINX returns server information such as server name, signature, server version in response headers. Here’s how to hide NGINX server version header.
How to Setup NGINX Load Balancer
NGINX Load Balancer allows websites to handle high traffic loads. Here’s how to setup NGINX Load Balancer, with step by step configuration.
How to Redirect Subfolder to Subdomain in NGINX
Sometimes you may need to redirect folder to subdomain or subdirectory to subdomain. Here’s how to redirect subfolder to subdomain in NGINX.
How To Redirect Subdomain To Folder in NGINX
When you move subdomain to subfolder you need to redirect subdomain to subdirectory. Here’s how to redirect subdomain to folder in NGINX.