linux nginx 指定目录不可执行php文件

location ~* ^/(uploadfile|phpsso/uploadfile)/.*\.(php|php5)$ {
    deny all;
  }php

相关文章
相关标签/搜索