SatCat commited on
Commit
6610913
·
verified ·
1 Parent(s): 2dc0178

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +2 -2
nginx.conf CHANGED
@@ -7,8 +7,8 @@ events {
7
  http {
8
  include /etc/nginx/http.d/*.conf;
9
 
10
- access_log off;
11
- error_log off;
12
 
13
  client_body_temp_path /var/nginx/tmp/client_body 1 2;
14
  proxy_temp_path /var/nginx/tmp/proxy;
 
7
  http {
8
  include /etc/nginx/http.d/*.conf;
9
 
10
+ access_log /dev/null;
11
+ # error_log /dev/null;
12
 
13
  client_body_temp_path /var/nginx/tmp/client_body 1 2;
14
  proxy_temp_path /var/nginx/tmp/proxy;