chore: disable access log

This commit is contained in:
Dawid Wysokiński 2021-05-29 11:18:37 +02:00
parent 08e3ee89c1
commit e0fe1d4d6f
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;