nhttpd: fix typo in LOG_FILE define

Origin commit data
------------------
Commit: bb03192bdc
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-06 (Wed, 06 Sep 2017)

Origin message was:
------------------
- nhttpd: fix typo in LOG_FILE define
This commit is contained in:
vanhofen
2017-09-06 15:22:43 +02:00
parent ed38f8caf1
commit 481d0e6f26

View File

@@ -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"