Last updated on February 1st, 2022 at 12:53 pmThis is a simple tutorial on how to install uWSGI server in Ubuntu 20.04 LTS (Focal Fossa) and deploy a simple Flask application. I am also explaining below how to enable debug mode and specify FLASK_APP(flask application file name instead of default) with an option to specify […]
Page 14 of 57
How to Fix nginx 413 request entity too large
Last updated on November 6th, 2024 at 09:28 amRecently I was trying to migrate WordPress posts from an old website (Running on Apache) to a new one (Running on Nginx). The error thrown on the browser was “Nginx 413 Request Entity Too Large” . I thought Instead of moving/copy pasting the data itself WordPress provides […]
Last updated on November 6th, 2024 at 02:32 pmInitiate a new instance through the Amazon EC2 console utilizing Ubuntu Server 16.04 LTS (HVM). I am deploying this instance in the US-EAST-1 region, therefore I am utilizing the AMI ami-41e0b93b. It is important to mention that this instance has been launched within a public subnet with […]
How To Create NAT Instance in EC2 AWS
Last updated on November 6th, 2024 at 01:33 pmThis tutorial aims to assist you in the straightforward configuration of a NAT instance, enabling private instances to operate behind it while maintaining internet connectivity for downloading updates and installing packages. In summary, we will undertake the following steps. Note: A NAT gateway option is now offered […]