Skip to content

Instantly share code, notes, and snippets.

@yeondudad
Created January 14, 2016 03:22
Show Gist options
  • Save yeondudad/eb9b851a1321eab62785 to your computer and use it in GitHub Desktop.
Save yeondudad/eb9b851a1321eab62785 to your computer and use it in GitHub Desktop.
nginx uuid
perl_set $request_uuid 'sub {
return join "", map{(a..z,A..Z,0..9)[rand 62]} 0..20;
}';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment