排序
Parsing nginx logs using python
Parsing nginx logs using python,Introduction Nginx is a popular web server software used to serve web pages and other content on the internet. Nginx produces logs that contain info...
When Python Runs Your Containers (part 2)
When Python Runs Your Containers (part 2), When Python Runs Your Containers Series When Python Runs Your Containers (part 1) When Python Runs Your Containers (part 2) Welcome gentl...
Use Nginx as Loadbalancer with this code
Use Nginx as Loadbalancer with this code, Nginx is a web server that is often used for load balancing. Load balancing is a process of distributing workloads across multiple compute...
How to serve media files on Django production environment?
How to serve media files on Django production environment?,I repeat this is not an absolute solution or recommended solution for a large-scale web app. It's just for personal proje...
How to deploy any Python Web Application?
How to deploy any Python Web Application?,Hey everyone In this blog post I will explain how you can deploy any ASGI/WSGI compliant Python Web App. DISCLAIMER: Only ASGI Compliant...
The cheap way how to use Docker to deploy your FastAPI
The cheap way how to use Docker to deploy your FastAPI,FastAPI is a powerful API framework for Python that allows to quickly create and develop APIs in Python. But how to deploy th...
How to Deploy Django in Production With Nginx and Gunicorn
How to Deploy Django in Production With Nginx and Gunicorn,Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. However, Djang...
Django in Production – II
Django in Production - II, Django in Production (3 Part Series) 1 Django in Production - II 2 Django in Production - I 3 Django in Production - III In the last post, we learnt how ...
Setting up Django for Deployment: Nginx
Setting up Django for Deployment: Nginx,In this post, you will see how to setup nginx as a reverse proxy to gunicorn and how to use it to serve up static files in Django. In the pr...
Deploy Django + MySql Application into AWS EC2 instance with nginx and SSL
Deploy Django + MySql Application into AWS EC2 instance with nginx and SSL,All the version used in this tutorial Python 3.8.X Django 3.2.2 gunicorn 20.1.0 MySQL 8.0.20 (RDS) EC2 Se...
Day 21 of 365 days of code
Day 21 of 365 days of code,Worked with nginx server, mostly setting up custom response headers. Apart from that, got little time for my side node project. Refactored the code. Look...
Deploy Flask The Easy Way With Gunicorn and Nginx!
Deploy Flask The Easy Way With Gunicorn and Nginx!, Introduction After creating a Flask application you probably want people to see it. This tutorial will show you how to deploy yo...