mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot: nginx log_format: log request times
This commit is contained in:
parent
c35eb7f23a
commit
275f55d227
@ -514,8 +514,10 @@ http {
|
||||
server_names_hash_max_size 512;
|
||||
server_names_hash_bucket_size 256;
|
||||
index index.html;
|
||||
|
||||
access_log <t t-esc="nginx_dir"/>/access.log;
|
||||
log_format full '$remote_addr - $remote_user [$time_local] '
|
||||
'"$request" $status $body_bytes_sent '
|
||||
'"$http_referer" "$http_user_agent" $request_time';
|
||||
access_log <t t-esc="nginx_dir"/>/access.log full;
|
||||
client_body_temp_path <t t-esc="nginx_dir"/>;
|
||||
fastcgi_temp_path <t t-esc="nginx_dir"/>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user