zxy52155 发表于 2013-11-23 14:43:30

求这个代码的意思

if (-d $request_filename) {
rewrite ^/(.*)([^/])$ $scheme://$host/$1$2/ permanent;
}
ssi on;
ssi_silent_errors on;
ssi_types text/shtml;
location ~ /\.ht {
      return 403;
}
location ~ ssl.(key|crt)$ {
      return 403;
}
location ~ (favicon.ico|robots.txt) {
      expires 1d;
      log_not_found off;
      break;
}
页: [1]
查看完整版本: 求这个代码的意思