centos8中使用Nginx+Gunicorn部署Vue-cli+Django

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos8中使用Nginx+Gunicorn部署Vue-cli+Django相关的知识,希望对你有一定的参考价值。

参考技术A 先试着运行一下,进入项目的根目录(不是wsgi的同级目录,是wsgi的上一层目录),然后

yum 安装的 nginx,通常 nginx 命令会位于 /usr/sbin目录下。
which nginx cd 在目录中
目录中启动:sudo nginx 然后直接在浏览器输入服务器端地址,看到了启动的页面

以上是关于centos8中使用Nginx+Gunicorn部署Vue-cli+Django的主要内容,如果未能解决你的问题,请参考以下文章

使用 Django、Nginx、Gunicorn 和主管进行空日志记录

使用 nginx 和 gunicorn 运行烧瓶应用程序

使用 Gunicorn + Nginx + Flask 有啥好处? [复制]

使用 Gunicorn 和 nginx 部署 Django 项目

尝试在 Docker 上使用 NGINX + Gunicorn 时 NGINX 给出 502 Bad Gateway

使用 nginx 和 gunicorn 运行多个 django 项目