Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from wiz/disable-nginx-logging
Browse files Browse the repository at this point in the history
Disable nginx logging to respect user privacy
  • Loading branch information
sqrrm authored Jan 5, 2020
2 parents a041f39 + b156ac7 commit d706e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;

access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
access_log off;
error_log off;

gzip on;
gzip_comp_level 5;
Expand Down

0 comments on commit d706e3b

Please sign in to comment.