stream access log

This commit is contained in:
mercury
2024-11-11 14:09:27 +04:00
parent 3ed487cbce
commit bb3a807869
+4
View File
@@ -11,6 +11,10 @@ events {
}
stream {
log_format basic '$remote_addr [$time_local] '
'$protocol $status $bytes_sent $bytes_received';
access_log /logs/upstream_access basic;
upstream other {
server ng:443;
}