Merge branch 'refs/heads/development' into 52-limit-rproxy-logs

# Conflicts:
#	frontend/nginx.conf
#	reverseproxy.conf
This commit is contained in:
Elmar Kresse
2024-10-06 23:49:28 +02:00
14 changed files with 95 additions and 17 deletions

View File

@@ -27,11 +27,10 @@ http {
include mime.types;
default_type application/octet-stream;
# Define a custom log format for anonymizing logs
log_format anonymized '[$time_local] "$request" $status $body_bytes_sent "$http_referer"';
access_log /opt/bitnami/nginx/logs/proxy_access.log anonymized;
error_log /opt/bitnami/nginx/logs/proxy_error.log;
error_log /opt/bitnami/nginx/logs/proxy_error.log error;
sendfile on;
keepalive_timeout 180s;