simplify module loading

This commit is contained in:
2025-01-03 16:06:22 -08:00
parent 362bdf257c
commit b716027bb6
6 changed files with 3 additions and 19 deletions

View File

@@ -1,14 +0,0 @@
# /etc/nginx/conf.d/stream.conf
stream {
# Specifies the main log format.
log_format main '$remote_addr [$time_local] '
'$protocol $status $bytes_sent $bytes_received '
'$session_time "$upstream_addr" '
'"$upstream_bytes_sent" "$upstream_bytes_received" "$upstream_connect_time"';
access_log /var/log/nginx/stream.log main;
# Includes servers configs.
include stream.d/*.conf;
}