Introduction FastAPI is a modern, fast (high-performance) web framework for building APIs with Python based on standard Python type hints. Deploying a FastAPI project on a Linux server can be […]
Composer update – Cannot allocate memory [issue] [fixed]
Are you tying to run composer update but not able to complete the operation? Well, let me give you a simple solution for this. But before that let me tell […]
Redirect http to https in NGINX server.
While setting up server, you have two server blocks for the domain you are working. They are HTTP version on port 80 and HTTPS version on port 443. So, basically […]
How to install an SSL Certificate using a .pfx file
Do you have .pfx file and trying to pull your hair to install certificate? Well, you are at the right place. You can easily setup SSL Certificate just using .pfx […]
413 Request Entity Too Large in Nginx Ubuntu Server [Solved]
You might get this issue while uploading images either from website or from api request. Whatever is the case, the solution is same and simple. This actually occurs if you […]