Skip to content

Instantly share code, notes, and snippets.

@sergejmueller
Created December 11, 2012 16:31
Show Gist options
  • Select an option

  • Save sergejmueller/4260082 to your computer and use it in GitHub Desktop.

Select an option

Save sergejmueller/4260082 to your computer and use it in GitHub Desktop.
Benutzerdefinierter Nginx Access Log mit protokollierter Ausführungszeit (request time).
access_log /var/log/nginx/access.log slim;
log_format slim '$remote_addr [$time_local] "$request" $status $body_bytes_sent [$request_time] "$http_user_agent"';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment