chore: disable access log

This commit is contained in:
Dawid Wysokiński 2021-05-29 11:21:03 +02:00
parent e77545b801
commit 8d7557b46c
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
server {
# listen on port 80
listen 80;
# save logs here
access_log /var/log/nginx/access.log combined;
# where the root here
root /var/www;