摘要: package models import ( "bytes" "crypto/aes" "crypto/cipher" "errors" ... 阅读全文
posted @ 2016-08-11 22:02 hao.ma 阅读(512) 评论(0) 推荐(0)
摘要: package models import ( "crypto/ran... 阅读全文
posted @ 2016-08-11 22:01 hao.ma 阅读(426) 评论(0) 推荐(0)
摘要: nginx 配置如下: 说明: nginx拿到请求后会根据$host 去匹配server_name 如果匹配上继续走匹配的vs 如果没有匹配上走 default_server逻辑 如上default_server 404 满足需求 阅读全文
posted @ 2016-08-11 15:56 hao.ma 阅读(9555) 评论(0) 推荐(0)