- nginx 学习资料
table th:first-of-type {
width: 90px;
}
table th:nth-of-type(2) {
}
table th:nth-of-type(3) {
width: 400px;
}
知识 | 链接网址 | 说明 |
---|---|---|
nginx | http://wiki.jikexueyuan.com/project/nginx/ | master进程、worker进程; 全部指令目录(淘宝翻译):http://tengine.taobao.org/nginx_docs/cn/docs/dirindex.html |