bobmet820 / unraid-simplefeatures

Automatically exported from code.google.com/p/unraid-simplefeatures
0 stars 0 forks source link

Enhancement : Add vhost options to Web Server #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Just added the line : 

$SERVER["socket"] == ":84" {
  server.document-root = "/mnt/cache/apps/ajaxplorer/"
}

to the lighttpd.conf fine and works a treat so I can have Ajaxplorer on one 
port and Piwigo on the one stated on the Web Sever settings page.

Just thinking it would be a great enhancement to add addition webroots from the 
main Web Sever settings page. 

Alex

Original issue reported on code.google.com by Alxsc...@hotmail.co.uk on 28 Jul 2013 at 6:19