nginx
iteye_13745
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx负载均衡
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_co...原创 2016-04-05 17:27:12 · 112 阅读 · 0 评论 -
nginx反向代理
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_co...原创 2016-04-05 17:28:21 · 103 阅读 · 0 评论 -
nginx命令
#检查配置文件是否正确 nginx.exe -t -c conf/nginx.conf #停止nginx nginx.exe -s stop #启动nginx start nginx原创 2016-04-06 13:50:04 · 159 阅读 · 0 评论
分享