Commit 17d8b4e0 authored by Ad Schellevis's avatar Ad Schellevis

(captiveportal, new) work in progress template

parent 54844699
......@@ -108,7 +108,7 @@ server.username = "www"
server.groupname = "www"
#### set the pid file (newsyslog)
server.pid-file = "/var/run/lighttpd.pid"
server.pid-file = "/var/run/lighttpd-cp-zone-{{cp_zone_item.zoneid}}.pid"
#### name the server daemon publicly displays
server.tag = "lighttpd"
......@@ -117,7 +117,7 @@ server.tag = "lighttpd"
server.document-root = "/htdocs/"
#### chroot() to captive portal zone directory
server.chroot = "/var/captiveportal/zone1"
server.chroot = "/var/captiveportal/zone{{cp_zone_item.zoneid}}"
#### files to check for if .../ is requested
index-file.names = ( "index.html" )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment