ip/httpd: fix syslog file
This commit is contained in:
parent
5d2253af99
commit
a1bbf39c34
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ struct Strings
|
|||
};
|
||||
|
||||
char *netdir;
|
||||
char *HTTPLOG = "httpd/log";
|
||||
char *HTTPLOG = "httpd";
|
||||
|
||||
static char netdirb[256];
|
||||
static char *namespace;
|
||||
|
|
|
@ -15,7 +15,7 @@ usage(void)
|
|||
|
||||
char *netdir;
|
||||
char *webroot;
|
||||
char *HTTPLOG = "httpd/log";
|
||||
char *HTTPLOG = "httpd";
|
||||
|
||||
static HConnect connect;
|
||||
static HSPriv priv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue