From 1beb3172025d04816de88ec13b519a9bcab0918b Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Wed, 6 Sep 2017 15:22:43 +0200 Subject: [PATCH] - nhttpd: fix typo in LOG_FILE define Signed-off-by: Thilo Graf --- src/nhttpd/yconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nhttpd/yconfig.h b/src/nhttpd/yconfig.h index c23ba7996..860dd9bb2 100644 --- a/src/nhttpd/yconfig.h +++ b/src/nhttpd/yconfig.h @@ -91,7 +91,7 @@ #define HTTPD_FALLBACK_PORT 8080 #define HTTPD_MAX_CONNECTIONS 50 #define HTTPD_REQUEST_LOG "/tmp/httpd_log" -#define LOG_FILE "/tmp/yhhtpd.log" +#define LOG_FILE "/tmp/yhttpd.log" #define LOG_FORMAT "" #define UPLOAD_TMP_FILE "/tmp/upload.tmp" #define CACHE_DIR "/tmp/.cache"