Skip to content

Instantly share code, notes, and snippets.

@vanjor
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save vanjor/b355d474a08b02d77d14 to your computer and use it in GitHub Desktop.

Select an option

Save vanjor/b355d474a08b02d77d14 to your computer and use it in GitHub Desktop.
Nginx config snippets
# support logging requestion_time and transter time
log_format combinedio '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent" $request_length $request_time $upstream_response_time';
# support move all site conf into sub folders
http {
include include/*.conf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment