
Nginx
How to Configure Nginx as a Reverse Proxy for Node.js Applications
Node.js has built-in web server capabilities that is perfectly capable of being used in production. However, the conventional advice that has persisted from its inception is that you should always ...
Where can I find the error logs of NGINX, using FastCGI and Django?
By default Nginx stores its error logs in the /var/log/nginx/error.log file and access logs in the /var/log/nginx/access.log. To change the location of the log files, configure the following direct...
[2 min installs] Nginx on Ubuntu
Here is how to install Nginx on Ubuntu 20.04 in under two minutes: Step 1 - Update the package list on your system The first step is to update the package list on your system before proceeding to a...
502 bad gateway Nginx
If you are getting the 502 bad gateway error when accessing a Nginx server, here are a few solutions: Check if Nginx is running To check if Nginx is running run the following command: systemctl sta...
How to View and Configure NGINX Access & Error Logs
Learn how to view and configure nginx access and error logs