add SKIP_IP_RANGES/improve crowdsec docs/dep updates

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2024-02-04 14:08:13 +01:00
parent a779df8d1b
commit e9421dd5f9
10 changed files with 76 additions and 31 deletions

View File

@@ -16,7 +16,7 @@ events {
http {
log_format log '[$time_local] $host $remote_addr $request_time "$request" $status $body_bytes_sent $bytes_sent $http_referer $http_user_agent';
access_log off;
access_log off; # http
log_not_found off;
include mime.types;
@@ -49,7 +49,7 @@ http {
quic_retry on;
ssl_dyn_rec_enable on;
#resolver ;
resolver local=on valid=10s ipv6=off;
fastcgi_index index.php;
index index.php index.html;
@@ -139,6 +139,9 @@ 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
# Custom
include /data/nginx/custom/stream_top.conf;