Skip to content

Commit

Permalink
chore: disable nginx access logs
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 2, 2024
1 parent cd690a5 commit 7160d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ events {}
http {
include mime.types;
charset utf-8;
access_log /dev/stdout;
access_log off;

server {
listen 8080;
Expand Down

0 comments on commit 7160d55

Please sign in to comment.