nginx zero logs

This commit is contained in:
Jesús 2022-10-09 00:59:32 +08:00
parent 31deddce8f
commit ed98f86bab
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -325,8 +325,8 @@ EOF
server_name localhost;
# Logs
access_log off;
error_log off;
access_log /dev/null;
error_log /dev/null;
root /usr/share/webapps/cgit;
try_files \$uri @cgit;