fixed lighttpd root directory
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ cp dnsmasq.conf /etc
|
|||||||
cp rc.local /etc
|
cp rc.local /etc
|
||||||
cp interfaces-terahz /etc/network/interfaces.d/
|
cp interfaces-terahz /etc/network/interfaces.d/
|
||||||
|
|
||||||
cp -R ../frontend/* /var/www/html
|
cp -R ../frontend/* /var/www/
|
||||||
mkdir -p /usr/local/lib/terahz
|
mkdir -p /usr/local/lib/terahz
|
||||||
cp -R ../backend/* /usr/local/lib/terahz
|
cp -R ../backend/* /usr/local/lib/terahz
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ server.modules = (
|
|||||||
"mod_redirect"
|
"mod_redirect"
|
||||||
)
|
)
|
||||||
|
|
||||||
server.document-root = "/var/www/html"
|
server.document-root = "/var/www"
|
||||||
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
|
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
|
||||||
server.errorlog = "/var/log/lighttpd/error.log"
|
server.errorlog = "/var/log/lighttpd/error.log"
|
||||||
server.pid-file = "/var/run/lighttpd.pid"
|
server.pid-file = "/var/run/lighttpd.pid"
|
||||||
|
|||||||
Reference in New Issue
Block a user