Faster buffer flush for instant statistic generations
This commit is contained in:
parent
d65f8a7e80
commit
8709bf66f1
1 changed files with 4 additions and 3 deletions
|
|
@ -4,8 +4,8 @@ server {
|
|||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
# Updated log paths and format
|
||||
access_log /var/log/nginx/deafgain-website/access.log matomo_tracking buffer=512k flush=1m;
|
||||
# Updated log settings with smaller buffer and faster flush
|
||||
access_log /var/log/nginx/deafgain-website/access.log matomo_tracking buffer=64k flush=5s;
|
||||
error_log /var/log/nginx/deafgain-website/error.log error;
|
||||
|
||||
# Increased buffer sizes
|
||||
|
|
@ -33,7 +33,8 @@ server {
|
|||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
||||
access_log /var/log/nginx/deafgain-website/access.log matomo_tracking buffer=512k flush=1m;
|
||||
# Updated log settings with smaller buffer and faster flush
|
||||
access_log /var/log/nginx/deafgain-website/access.log matomo_tracking buffer=64k flush=5s;
|
||||
error_log /var/log/nginx/deafgain-website/error.log error;
|
||||
|
||||
# CORS headers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue