Debian is one of the stable server that you can use nowadays especially if you’re running VPS in your applications.

July 31, 2024

Setting up a New VPS Debian 12 Server

When you’re new to linux this is what we applied to our new VPS server and it is working at this time. There is a link […]
August 21, 2024

Nginx Error and Solution

If you’re encountering an error with Nginx on your server, the issue could stem from several different causes. Here are some common Nginx errors and their […]
August 21, 2024

502 Gateway Error – Configuration of your Nginx and Gunicorn for your DJango Settings

The “502 Bad Gateway” error typically indicates that Nginx is unable to communicate with the upstream server, which is usually your Django application running with Gunicorn […]