chore: disable access log

This commit is contained in:
Dawid Wysokiński 2021-05-29 11:27:18 +02:00
parent 0748006697
commit 2f548d5500
1 changed files with 0 additions and 2 deletions

View File

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