Files
nexus/wiki/entities/Gunicorn.md
2026-04-14 16:02:50 +08:00

20 lines
491 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Gunicorn"
type: entity
tags: [wsgi-server, python, deployment]
sources: [tiktok-pm-python-django-project.md]
last_updated: 2026-04-14
---
## Definition
GunicornGreen Unicorn是一个Python WSGI HTTP服务器用于在生产环境中运行Python Web应用。
## Role in TikTok PM Project
- 作为Django应用的WSGI服务器
- 在Docker容器中运行
- 监听8000端口
## Connections
- [[Gunicorn]] ← runs ← [[Django]]
- [[Gunicorn]] ← proxied_by ← [[Nginx]]