chore: disable access log
parent
0748006697
commit
2f548d5500
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue