© 2023 Hashnode
#nginx
In this post, we will see how to very quickly set up our Django development server with a Docker + Nginx setup. Disclaimer, this article is aimed at helping you get a minimal working setup of Django a…
In your AWS console, create a new key pair. You can use an existing one if you wish, but it’s better to be in the clear. You can find it in the EC2 service, under Network & Security: In the top-right, click the Create key pair button. Pro…
Issue Summary: Our users experienced an Nginx server outage on February 4th, 2023, between 9:00 AM and 11:00 AM GMT, which caused poor service and problems accessing our website. The problem impacted …
NGINX is a popular open-source web server software that is widely used in web application development. It is known for its high performance, reliability, and scalability, making it a crucial tool for any web developer. One of the key featur…
Yo, so this here post is all about how you can stick your Django apps on a fancy-pants production server. We're talking Docker, baby, with PostgreSQL as our database BFF. And we're using docker-compos…
What is Quasar Framework? Quasar framework is a Vue.js-based framework for building websites with a single codebase and you can deploy it on the web as SPA, PWA, SSR, and to Android, iOS, and Desktop …
Today I’ll be sharing the steps required to use an application load balancer to route traffic requests to private instances that are configured with the Nginx web server. By the end of this tutorial, …
Hey guys, how are you all doing? If you are new to my blog profile, I am Chris Jonathan and I'm currently learning DevOps and writing some good blogs on all my learnings. So, please check my previous …
Main Objectives and Goals of the Project 🎯 Deploy and configure a web server on an Amazon EC2 instance, and successfully publish a website to be accessible to users via a specified URL. Implement a…
Olá, pessoal.Nós vamos configurar o HTTPS no servidor NGINX. Para configurar um servidor HTTPS, o parâmetro ssl deve ser habilitado e os locais do certificado do servidor e dos arquivos de chave priv…