Update nginx.conf
Browse files- 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
|
| 11 |
-
error_log
|
| 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;
|