Multiple domain names on one Pi August 08, 2019 10:22AM |
Registered: 5 years ago Posts: 2 |
Re: Multiple domain names on one Pi August 13, 2019 02:09PM |
Registered: 5 years ago Posts: 2 |
sudo nano /opt/piratebox/conf/lighttpd/lighttpd.conf
$HTTP["host"] == "some.new.domain" { server.document-root = "/opt/piratebox/share/directory/of/some.new.domain/http" }with "directory/of/some.new.domain/http" as the location of your new sites index.html file.