浏览代码

remove docroot from example config

Waldemar Brodkorb 11 年之前
父节点
当前提交
b4b4e3ff73
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/php/files/php.ini

+ 1 - 1
package/php/files/php.ini

@@ -247,7 +247,7 @@ default_mimetype = "text/html"
 ; see documentation for security issues.  The alternate is to use the
 ; cgi.force_redirect configuration below
 ; lighttpd: must be the same as server.document-root
-doc_root = /srv/www/htdocs
+;doc_root = /srv/www/htdocs
 
 ; The directory under which PHP opens the script using /~username used only
 ; if nonempty.