Add the example proxy_log_format to nginx.conf

pull/10/head
Elis Popescu 3 years ago committed by GitHub
parent 5226a19d9c
commit 860eb26a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,7 @@ http {
server localhost:9000;
keepalive 12; # number of connections to keep alive even if idle, if they are opened
}
log_format proxy_log_format '[$time_local] $remote_addr - $remote_user - $server_name to: $upstream_addr: $request upstream_response_time $upstream_response_time msec $msec request_time $request_time';
# on.tty-share.com
server {

Loading…
Cancel
Save