nginx 第2页
Parsing nginx logs using python-拾光赋

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...
kity的头像-拾光赋kity2年前
04410
When Python Runs Your Containers (part 2)-拾光赋

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...
kity的头像-拾光赋kity2年前
05011
Use Nginx as Loadbalancer with this code-拾光赋

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...
kity的头像-拾光赋kity3年前
0358
How to serve media files on Django production environment?-拾光赋

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...
kity的头像-拾光赋kity3年前
03613
How to deploy any Python Web Application?-拾光赋

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...
kity的头像-拾光赋kity4年前
04813
The cheap way how to use Docker to deploy your FastAPI-拾光赋

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...
kity的头像-拾光赋kity4年前
0438
How to Deploy Django in Production With Nginx and Gunicorn-拾光赋

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...
kity的头像-拾光赋kity4年前
03611
Django in Production - II-拾光赋

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 ...
kity的头像-拾光赋kity4年前
0228
Setting up Django for Deployment: Nginx-拾光赋

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...
kity的头像-拾光赋kity4年前
05214
Deploy Django + MySql Application into AWS EC2 instance with nginx and SSL-拾光赋

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...
kity的头像-拾光赋kity4年前
0377
Day 21 of 365 days of code-拾光赋

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...
kity的头像-拾光赋kity4年前
0398
Deploy Flask The Easy Way With Gunicorn and Nginx!-拾光赋

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...
kity的头像-拾光赋kity4年前
03614