lighttpdインストール Raspberry Pi Desktop VirtualBox5.2.18 ubuntu18.10

lighttpd1.4.45(Webサーバー)インストール Raspberry Pi Desktop VirtualBox5.2.18 ubuntu18.10
$ lighttpd -v #インストール済を確認、サイトにアクセス
$ systemctl status lighttpd #現サービス起動中を確認

/etc/lighttpd/lighttpd.conf #設定ファイル
/var/www/html/index.lighttpd.html #デフォルトのindex.html
http://000001.local/

/var/www/html/index.lighttpd.html #内容を変更しブラウザでアクセスしてみる、内容が反映されている、マーキングする、OK

/etc/lighttpd/lighttpd.conf #設定ファイルの編集
server.document-root = “/home/pi/PDF” に変更、指定したフォルダ内のhtmlと画像が表示できるのを確認、OK