mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-05 11:31:21 +00:00
🔥 Less logging by removing access log from log ouput
This commit is contained in:
parent
0bbbad5df2
commit
e7de4314fd
1 changed files with 1 additions and 5 deletions
|
@ -24,11 +24,7 @@ events {
|
||||||
http {
|
http {
|
||||||
include /etc/nginx/includes/mime.types;
|
include /etc/nginx/includes/mime.types;
|
||||||
|
|
||||||
log_format homeassistant '[$time_local] $status '
|
access_log off;
|
||||||
'$http_x_forwarded_for($remote_addr) '
|
|
||||||
'$request ($http_user_agent)';
|
|
||||||
|
|
||||||
access_log /proc/1/fd/1 homeassistant;
|
|
||||||
client_max_body_size 4G;
|
client_max_body_size 4G;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
gzip on;
|
gzip on;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue