SatCat commited on
Commit
db3e7c5
·
verified ·
1 Parent(s): ed7a6e1

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +4 -2
nginx.conf CHANGED
@@ -9,8 +9,10 @@ http {
9
  include /etc/nginx/http.d/*.conf;
10
 
11
  # Настраиваем пути для логов
12
- access_log /var/log/nginx/access.log;
13
- error_log /var/log/nginx/error.log;
 
 
14
 
15
  # Настраиваем пути для временных файлов
16
  client_body_temp_path /var/nginx/tmp/client_body 1 2;
 
9
  include /etc/nginx/http.d/*.conf;
10
 
11
  # Настраиваем пути для логов
12
+ # access_log /var/log/nginx/access.log;
13
+ # error_log /var/log/nginx/error.log;
14
+ access_log /dev/stdout;
15
+ error_log /dev/stderr;
16
 
17
  # Настраиваем пути для временных файлов
18
  client_body_temp_path /var/nginx/tmp/client_body 1 2;