dep updates/try to close #704

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
renovate[bot]
2024-03-14 23:19:39 +00:00
committed by Zoey
parent 61164eee6c
commit dd038b690a
9 changed files with 26 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ http {
quic_retry on;
ssl_dyn_rec_enable on;
resolver local=on valid=10s ipv6=off;
resolver local=on valid=10s ipv6=on;
fastcgi_index index.php;
index index.php index.html;
@@ -143,6 +143,7 @@ http {
stream {
log_format proxy '$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 off; # stream
resolver local=on valid=10s ipv6=on;
# Custom
include /data/nginx/custom/stream_top.conf;