mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
nhttpd: change default password 'coolstream' => 'ni'
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3031aafdaa
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-05 (Tue, 05 Sep 2017)
Origin message was:
------------------
- nhttpd: change default password 'coolstream' => 'ni'
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -8,7 +8,7 @@ WebsiteMain.hosted_directory=@TARGET_HOSTED_HTTPDDIR@
|
|||||||
configfile.version=4
|
configfile.version=4
|
||||||
mod_auth.authenticate=false
|
mod_auth.authenticate=false
|
||||||
mod_auth.no_auth_client=
|
mod_auth.no_auth_client=
|
||||||
mod_auth.password=coolstream
|
mod_auth.password=ni
|
||||||
mod_auth.username=root
|
mod_auth.username=root
|
||||||
mod_cache.cache_directory=/tmp/.cache
|
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_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
|
||||||
|
@@ -125,7 +125,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_SYSTEM_TUXBOX_COOLSTREAM
|
#ifdef CONFIG_SYSTEM_TUXBOX_COOLSTREAM
|
||||||
#define AUTHPASSWORD "coolstream"
|
#define AUTHPASSWORD "ni"
|
||||||
#define PRIVATEDOCUMENTROOT PRIVATE_HTTPDDIR
|
#define PRIVATEDOCUMENTROOT PRIVATE_HTTPDDIR
|
||||||
#undef Y_CONFIG_BUILD_AS_DAEMON // No Daemon
|
#undef Y_CONFIG_BUILD_AS_DAEMON // No Daemon
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user