1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix web root (htdocs) in example config

This commit is contained in:
Steffen Vogel 2017-04-03 08:58:11 +02:00
parent 89408942bb
commit edbcc87299

View file

@ -29,7 +29,7 @@ log = {
};
http = {
htdocs = "/villas/web/socket/", # Root directory of internal webserver
htdocs = "/villas/web/", # Root directory of internal webserver
port = 80 # Port for HTTP connections
}