summaryrefslogtreecommitdiffhomepage
path: root/nginx/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx/nginx.conf')
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 605f056..f94c508 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -33,7 +33,7 @@ http {
33 # '$status $body_bytes_sent "$http_referer" ' 33 # '$status $body_bytes_sent "$http_referer" '
34 # '"$http_user_agent" "$http_x_forwarded_for"'; 34 # '"$http_user_agent" "$http_x_forwarded_for"';
35 log_format main '$status $request_method\t$http_host$uri\tfrom $http_referer\n' 35 log_format main '$status $request_method\t$http_host$uri\tfrom $http_referer\n'
36 ' $time_iso8601 $remote_addr\r\t\t\t\t\t $http_user_agent'; 36 ' $time_iso8601 $remote_addr\r\t\t\t\t\t $http_user_agent';
37 access_log /var/log/nginx/access.log main; 37 access_log /var/log/nginx/access.log main;
38 38
39 sendfile on; 39 sendfile on;