Skip to content

Instantly share code, notes, and snippets.

@sergejmueller
Created December 11, 2012 16:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergejmueller/4260082 to your computer and use it in GitHub Desktop.
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