haloi 发表于 2017-12-22 11:31:41

[转]权限问题导致Nginx 403 Forbidden错误的解决方法

  server {
  listen       80;
  server_namelocalhost;
  #charset koi8-r;
  #access_loglogs/host.access.logmain;
  location / {
  root   /root/html;
  indexindex.html index.htm;
  }
  }
页: [1]
查看完整版本: [转]权限问题导致Nginx 403 Forbidden错误的解决方法