mirror of
https://github.com/hassio-addons/addon-mopidy.git
synced 2025-05-04 19:41:46 +00:00
Remove NGINX access log from Supervisor log ouput (#134)
This commit is contained in:
parent
75635e2a6c
commit
a5fe18a8dd
1 changed files with 1 additions and 5 deletions
|
@ -27,11 +27,7 @@ events {
|
|||
http {
|
||||
include /etc/nginx/includes/mime.types;
|
||||
|
||||
log_format homeassistant '[$time_local] $status '
|
||||
'$http_x_forwarded_for($remote_addr) '
|
||||
'$request ($http_user_agent)';
|
||||
|
||||
access_log /proc/1/fd/1 homeassistant;
|
||||
access_log off;
|
||||
client_max_body_size 4G;
|
||||
default_type application/octet-stream;
|
||||
gzip on;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue