mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
- nhttpd: fix typo in LOG_FILE define
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
#define HTTPD_FALLBACK_PORT 8080
|
#define HTTPD_FALLBACK_PORT 8080
|
||||||
#define HTTPD_MAX_CONNECTIONS 50
|
#define HTTPD_MAX_CONNECTIONS 50
|
||||||
#define HTTPD_REQUEST_LOG "/tmp/httpd_log"
|
#define HTTPD_REQUEST_LOG "/tmp/httpd_log"
|
||||||
#define LOG_FILE "/tmp/yhhtpd.log"
|
#define LOG_FILE "/tmp/yhttpd.log"
|
||||||
#define LOG_FORMAT ""
|
#define LOG_FORMAT ""
|
||||||
#define UPLOAD_TMP_FILE "/tmp/upload.tmp"
|
#define UPLOAD_TMP_FILE "/tmp/upload.tmp"
|
||||||
#define CACHE_DIR "/tmp/.cache"
|
#define CACHE_DIR "/tmp/.cache"
|
||||||
|
Reference in New Issue
Block a user