Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 4df7b6a

Browse files
committed
Put access_log after main def
1 parent 61cf981 commit 4df7b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ http {
2424
# Log Settings
2525
##
2626

27-
access_log /var/log/nginx/access.log main;
2827
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
2928
'$status $body_bytes_sent "$http_referer" '
3029
'"$http_user_agent" "$http_x_forwarded_for"';
30+
access_log /var/log/nginx/access.log main;
3131

3232
##
3333
# API server

0 commit comments

Comments
 (0)