NGINX provides root and alias directives to serve files. Here is the difference between Alias vs Root in NGINX.
Nginx
How to Serve Static Files from Different Folder in NGINX
Sometimes you may need to serve static files in NGINX from different folder. Here are the steps to do it.
How to Force NGINX to Serve New Static Filles
After you update static files on your site, you need to serve new files. Here is how to force NGINX to serve new static files.
NGINX: How to Fix Upstream Sent too big header Error
If you run NGINX proxy configuration, you may get “Upstream Set Too Big Header” error. Here is how to fix upstream sent too big header error.
How to Install more_set_headers in NGINX
more_set_headers allows youto override response headers in NGINX. Here are the steps to install more_set_headers in NGINX.
How to Modify Response Header in NGINX
NGINX allows you to change response headers as per your requirement. Here are the steps to modify response header in NGINX.
NGINX Location Blocks Precedence
NGINX parses location blocks based on a priority order. Here is the location blocks precedence in NGINX.
How to Log POST data in NGINX
How to Setup Catch-All Subdomains in NGINX
Sometimes you may need to wildcard subdomains in NGINX. Here is how to setup catch-all subdomains in NGINX.
How to Change NGINX User
Sometimes you may need to change NGINX user for your website/application. Here is how to change NGINX user.