mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
- nhttpd: just code-reformats; fix indentation
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -84,12 +84,12 @@
|
|||||||
// Configurations for systems/OSs <configure!>
|
// Configurations for systems/OSs <configure!>
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Configurations for LINUX (Tuxbox dbox2, coolstream)
|
// Configurations for LINUX (Tuxbox)
|
||||||
//-----------------------------------------------------------------------,js:text/plain------
|
//-----------------------------------------------------------------------------
|
||||||
#undef HTTPD_NAME
|
#undef HTTPD_NAME
|
||||||
#define HTTPD_NAME "nhttpd"
|
#define HTTPD_NAME "nhttpd"
|
||||||
#define HTTPD_STANDARD_PORT 80
|
#define HTTPD_STANDARD_PORT 80
|
||||||
#define HTTPD_MAX_CONNECTIONS 10
|
#define HTTPD_MAX_CONNECTIONS 50
|
||||||
#define HTTPD_REQUEST_LOG "/tmp/httpd_log"
|
#define HTTPD_REQUEST_LOG "/tmp/httpd_log"
|
||||||
#define SSL_PEMFILE HTTPD_CONFIGDIR "/server.pem"
|
#define SSL_PEMFILE HTTPD_CONFIGDIR "/server.pem"
|
||||||
#define SSL_CA_FILE HTTPD_CONFIGDIR "/cacert.pem"
|
#define SSL_CA_FILE HTTPD_CONFIGDIR "/cacert.pem"
|
||||||
|
Reference in New Issue
Block a user