I'm Kcat
  • Home / 主页
  • Memo / 随笔小记
  • Recommand Development Tools / 开发工具推荐
  • Covers / 翻唱
  • About Me/ 关于我
Sign in Subscribe

Nginx

Nginx(发音同engine x)是一个网页服务器,它能反向代理HTTP, HTTPS, SMTP, POP3, IMAP的协议链接,以及一个负载均衡器和一个HTTP缓存
解决 Docker-compose 中 Nginx 无法正常代理
 Gunicorn
Docker

解决 Docker-compose 中 Nginx 无法正常代理 Gunicorn

使用 Docker-compose.yml 用 command 启动 Gunicorn,同时启动 Nginx,但是 Gunicorn 的地址无法被 Nginx 正常代理 问题例子 Docker-compose.yml version: "3" services: app: build: ./app command: gunicorn -w 4 -b :5000 server:app expose: - 5000 nginx: build: ./nginx ports: - 80:80 links: - app nginx.conf server { listen
18 Jul 2017 1 min read
Page 1 of 1
I'm Kcat © 2025
Powered by Ghost