fix missing port, fix err log level

This commit is contained in:
2023-12-12 18:54:32 +00:00
parent 5eac025ffe
commit 5417c7f314
4 changed files with 19 additions and 4 deletions

View File

@@ -43,8 +43,8 @@ stream {
'$protocol stat:$status bs:$bytes_sent br:$bytes_received '
st:'$session_time';
access_log access.log basic;
error_log error.log basic;
error_log error.log;
# include stream
include stream/*.conf;
}
}