location ~ .+\.(txt)$ { add_header Content-Disposition attachment; add_header ContentType application/octetstream; }
发表评论 取消回复