diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-04-18 09:06:16 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-04-18 09:06:16 +0800 |
commit | dde05240da896b1334c7ce2cc6565c899f0f3ccb (patch) | |
tree | fe0f9577749259cbd7dec79d41fcc3a22a93431a /nginx/nginx.conf | |
parent | 545b11ceecd3e6f58c1e59222de4ce836856db8d (diff) |
Update
Diffstat (limited to 'nginx/nginx.conf')
-rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d65af50..effdd31 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_local $remote_addr\r\t\t\t\t\t $http_user_agent'; | 36 | ' $time_local $remote_addr\r\t\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; |