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 7d28c48 commit 17c9dc8Copy full SHA for 17c9dc8
nginx-conf.d/lua.host.dir.conf
@@ -3,11 +3,11 @@ resolver 127.0.0.11;
3
4
# /etc/nginx/conf.d/lua.host.dir.conf
5
6
-log_format main 'nginx-log-access $remote_addr - $remote_user [$time_local] "$request" '
+log_format main_local 'nginx-log-access $remote_addr - $remote_user [$time_local] "$request" '
7
'$status $body_bytes_sent "$http_referer" '
8
'"$http_user_agent" "$host" "$upstream_addr"';
9
10
-access_log logs/access.log main;
+access_log logs/access.log main_local;
11
12
# thinkphp专用
13
server{
0 commit comments