- 博客(2)
- 收藏
- 关注
原创 pm2+node+svn hook实现服务器实时上传更新
首先下载安装pm2,node,svn客户端,服务端这里就不多做介绍了,主要说一下svn hook的使用,svn服务项目创建后,先checkout,然后更改hooks下的post-commit.bat如下:@echo off SET REPOS=%1 SET REV=%2 SET SVN="e:\bin\svn.exe" SET DIR="C:\Users\hasee\Desktop\test1" s
2017-07-17 09:59:17
820
原创 nginx不同端口映射到80端口,http和https同时请求
重点location / { proxy_pass http://localhost:8090; proxy_redirect default ; } location /xcx/{ proxy_pass http://localhost:8091/; proxy_redirect default; } 如果想通过 http://localhost:/xcx/a.
2017-07-17 09:31:58
6550
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅