Browse Source

remove docroot from example config

Waldemar Brodkorb 11 years ago
parent
commit
b4b4e3ff73
1 changed files with 1 additions and 1 deletions
  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
 ; see documentation for security issues.  The alternate is to use the
 ; cgi.force_redirect configuration below
 ; cgi.force_redirect configuration below
 ; lighttpd: must be the same as server.document-root
 ; 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
 ; The directory under which PHP opens the script using /~username used only
 ; if nonempty.
 ; if nonempty.