mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
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:
parent
e8d882ca05
commit
6a40e33073
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user