Use the custom Nginx access log format (#642)

If we are going to define a custom log format, we should probably be using that format.

Fixes #635
This commit is contained in:
MK 2020-08-24 01:56:06 -04:00 committed by GitHub
parent e8d882ca05
commit 6a40e33073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ http {
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /var/log/nginx/access.log main;
sendfile on;
tcp_nopush on;
tcp_nodelay on;