disable access_logs

This commit is contained in:
Andras Bacsai
2023-05-26 10:37:18 +02:00
parent bb0554c727
commit 6e3cc9d1f9
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# Custom nginx configuration
# Disable access logs
access_log off;