We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e86c8 commit 29d73f0Copy full SHA for 29d73f0
nginx/default.conf
@@ -14,9 +14,7 @@ http {
14
15
server_tokens off;
16
17
- log_format main '[$time_local] "$request" '
18
- '$status $body_bytes_sent "$http_referer" '
19
- '"$http_x_forwarded_for"';
+ log_format main '"$request" $status $body_bytes_sent "$http_referer" "$http_x_forwarded_for"';
20
access_log /var/log/nginx/access.log main;
21
22
sendfile on;
0 commit comments