Sfoglia il codice sorgente

remove docroot from example config

Waldemar Brodkorb 11 anni fa
parent
commit
b4b4e3ff73
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.