CentOS + uwsgi + nginx + Django 개인 블 로그 구축 (3)

722 단어
설치 nginx
[공식 지도 설치 페이지] [1] 에서 설치 방법 은 다음 과 같다.
Official Red Hat/CentOS packages
To add NGINX yum repository, create a file named /etc/yum.repos.d/nginx.repo and paste one of the configurations below:
CentOS:

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1


       ,      /etc/yum.repos.d/nginx.repo,    [nginx]     。
  

    yum install nginx

      。

  [1]: https://www.nginx.com/resources/wiki/start/topics/tutorials/install/

좋은 웹페이지 즐겨찾기