Skip to content

Disable access log for Nginx

Daniel Gerhardt requested to merge disable-nginx-access-log into master

The log is not useful because

a) only static files are served, and
b) its redundant because the requests go through a proxy.

Related: particify/dev/common-concerns#22

Edited by Daniel Gerhardt

Merge request reports