From 8e8b65e9d2e1fbbbff24e0f1aa6020d065be3ac8 Mon Sep 17 00:00:00 2001 From: "[CST] Bas" Date: Tue, 29 Jan 2013 01:06:26 +0800 Subject: [PATCH] neutrino: add predefined config for nhttpd. --- src/nhttpd/nhttpd.conf.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/nhttpd/nhttpd.conf.in diff --git a/src/nhttpd/nhttpd.conf.in b/src/nhttpd/nhttpd.conf.in new file mode 100644 index 000000000..978af8a1c --- /dev/null +++ b/src/nhttpd/nhttpd.conf.in @@ -0,0 +1,23 @@ +Language.directory=languages +Language.selected=Deutsch +Tuxbox.LogosURL=@TARGET_ICONSDIR@/logo +WebsiteMain.directory= @TARGET_PRIVATE_HTTPDDIR@ +WebsiteMain.override_directory=@TARGET_PUBLIC_HTTPDDIR@ +WebsiteMain.port=80 +WebsiteMain.hosted_directory=/var/hosted +configfile.version=4 +mod_auth.authenticate=false +mod_auth.no_auth_client= +mod_auth.password=coolstream +mod_auth.username=root +mod_cache.cache_directory=/tmp/.cache +mod_sendfile.mime_types=htm:text/html,html:text/html,xml:text/xml,txt:text/plain,jpg:image/jpeg,jpeg:image/jpeg,gif:image/gif,png:image/png,bmp:image/bmp,css:text/css,js:text/plain,img:application/octet-stream,ico:image/x-icon,m3u:application/octet-stream,tar:application/octet-stream,gz:text/x-gzip,ts:application/octet-stream +mod_weblog.log_format= +mod_weblog.logfile=/tmp/yhttpd.log +server.chroot= +server.group_name= +server.log.loglevel=0 +server.no_keep-alive_ips= +server.user_name= +webserver.threading=false +webserver.websites=WebsiteMain