Added lighttpd conf

This commit is contained in:
billz
2019-11-10 22:09:16 +00:00
parent 3c93fe4d6f
commit 7e6a8f35af
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ define('RASPI_WPA_CTRL_INTERFACE', '/var/run/wpa_supplicant');
define('RASPI_OPENVPN_CLIENT_CONFIG', '/etc/openvpn/client.conf');
define('RASPI_OPENVPN_SERVER_CONFIG', '/etc/openvpn/server.conf');
define('RASPI_TORPROXY_CONFIG', '/etc/tor/torrc');
define("RASPI_LIGHTTPD_CONFIG', '/etc/lighttpd/lighttpd.conf');
// Optional services, set to true to enable.
define('RASPI_WIFICLIENT_ENABLED', true);