summaryrefslogtreecommitdiff
path: root/package/php
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-29 16:28:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-29 16:28:53 +0100
commitb4b4e3ff731035bed09cce020003de1271e9aac6 (patch)
treed80218354e63ae298d696bc0e640e078b7963ff0 /package/php
parentae3d4616ed9c19a29d656193254657f93d612fa2 (diff)
remove docroot from example config
Diffstat (limited to 'package/php')
-rw-r--r--package/php/files/php.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/files/php.ini b/package/php/files/php.ini
index 3a5172b3c..3858e4a8b 100644
--- a/package/php/files/php.ini
+++ b/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.