配置VPS+Nginx+git+hexo博客平台
tip:
yum 源->安装nginx
nginx 配置server ->nginx.conf 下 include
也可以不用include 直接写在nginx.conf中
nginx 启动:
/etc/init.d/nginx start
nginx重启:
service nginx reload
服务器端:
安装GIT
配置git