06 2016 档案
摘要:1. display block:块元素,默认宽度为100%,可以设置元素的宽高,默认占满一行。块元素包括div,h1-h6,form,table,ul,ol等; inline:行内元素,默认宽度为内容的宽度,width和height对inline元素无效,margin top和bottom对行内元
阅读全文
摘要:1. default_server: 当请求没有匹配到服务器中配置的任何一个server的时候,会默认把请求route到配置了default_server的virtual host中。参考地址:http://www.oschina.net/question/12_3565 2. upstream 用
阅读全文