Skip to content

Commit 0e2824e

Browse files
committed
Merge branch 'hotfix/0.8.1'
2 parents b937aaf + 21a4606 commit 0e2824e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/nginx/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
user nginx;
22
worker_processes 4;
33

4-
error_log /dev/stdout error.log warn;
4+
error_log /dev/stdout warn;
55
pid /var/run/nginx.pid;
66

77
events {
@@ -18,7 +18,7 @@ http {
1818
'$status $body_bytes_sent "$http_referer" '
1919
'"$http_user_agent" "$http_x_forwarded_for"';
2020

21-
access_log /dev/stdout access.log main;
21+
access_log /dev/stdout main;
2222

2323
sendfile on;
2424

0 commit comments

Comments
 (0)