一.目标:为基于nginx多web项目搭建sftp服务器,可以让公司内部员工自己部署项目到指定目录(其活动也基于此指定目录)
二.条件:
1.系统:CentOS 7.x x86_64
2.ssh 必须大于v4.8
3.web目录结构
/data
├── lost+found
├── nginx
//存放nginx相关配置文件
│ └── vhosts
│ └── default.conf
├── sftp
//存放sftp相关配置文件
│ └── web_sftp.conf
└── web
//存放web项目
└── x1.ttp2016.com
├── Code
│ └── index.php
└── info
三.需求分析:
1、线上服务器对安全要求高些,sftp比ftp更安全