adds access logging to nginx.

This commit is contained in:
2023-02-02 20:57:34 -05:00
parent 772a2da8a0
commit 059727bfdd

View File

@@ -189,7 +189,7 @@ location / {
return 404;
}
access_log off;
access_log /var/log/nginx/access.log access;
log_not_found off;
error_log /var/log/nginx/error.log error;
}