File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ http {
19
19
log_format main '$remote_addr - $remote_user [$time_local ] "$request " '
20
20
'$status $body_bytes_sent "$http_referer " '
21
21
'"$http_user_agent " "$http_x_forwarded_for "' ;
22
- access_log /var/log/nginx/access.log main ;
22
+ # access_log /var/log/nginx/access.log main;
23
23
24
24
log_format kataribe '$remote_addr - $remote_user [$time_local ] '
25
25
'"$request " $status $body_bytes_sent '
26
26
'"$http_referer " "$http_user_agent " $request_time ' ;
27
- access_log /var/log/nginx/kataribe.log kataribe;
27
+ # access_log /var/log/nginx/kataribe.log kataribe;
28
28
29
29
log_format ltsv "req:$request \tmethod:$request_method \turi:$request_uri \tstatus:$status \tuid:$uid_got " ;
30
- access_log /var/log/nginx/ltsv.log ltsv;
30
+ # access_log /var/log/nginx/ltsv.log ltsv;
31
31
32
- userid on ;
33
- userid_name app_uid;
34
- userid_path /;
35
- userid_expires 365d ;
36
- access_log /var/log/nginx/ltsv.log ltsv;
32
+ # userid on;
33
+ # userid_name app_uid;
34
+ # userid_path /;
35
+ # userid_expires 365d;
36
+ # access_log /var/log/nginx/ltsv.log ltsv;
37
37
38
38
include /etc/nginx/conf.d/*.conf;
39
39
include /etc/nginx/sites-enabled/*.conf;
You can’t perform that action at this time.
0 commit comments