summaryrefslogtreecommitdiffhomepage
path: root/nginx/nginx.conf
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-17 00:18:41 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-17 00:18:41 +0800
commitee9c98c4017702c839d1ed07eaa6a4166ca28f95 (patch)
tree741d6c910679f9bbff832c90185d2aa92f1226f3 /nginx/nginx.conf
parent1cb80b2d9f3245bfc9e3f02f84b6af681054131a (diff)
nginx: update
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 f94c508..1b6d9ed 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_local $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;