生活其实很有趣
server { listen 80; server_name ~^(?<erji>[a-z0-9]+).itsse.cn$; charset utf-8; location / { root /app/$erji; } }
要发表评论,您必须先登录。