Skip to content

Commit 4385cd6

Browse files
authored
Remove NGINX access log from Supervisor log ouput (#87)
1 parent 8142ba3 commit 4385cd6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bookstack/rootfs/etc/nginx/nginx.conf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ events {
2424
http {
2525
include /etc/nginx/includes/mime.types;
2626

27-
log_format homeassistant '[$time_local] $status '
28-
'$http_x_forwarded_for($remote_addr) '
29-
'$request ($http_user_agent)';
30-
31-
access_log /proc/1/fd/1 homeassistant;
27+
access_log off;
3228
client_max_body_size 4G;
3329
default_type application/octet-stream;
3430
gzip on;

0 commit comments

Comments
 (0)