Merge pull request #5

chore: disable access log
This commit is contained in:
Dawid Wysokiński 2021-05-29 11:27:41 +02:00 committed by GitHub
commit 31b1e3c452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;