8000 GitHub - outman/ngx_uuid: Nginx uuid module based on libuuid.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

outman/ngx_uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dm_gen_uuid

Nginx uuid module based on libuuid.

Required

  • nginx-1.10.2+
  • libuuid-1.0.3+

Compile for nginx

  • cd nginx source compile path
  • ./configure --prefix=/your/nginx/install/path --add-module=/youer/ngx_uuid_module/path

UUID mode

  • normal
  • random
  • time

Config nginx.conf

location /uuid {
    dm_gen_uuid normal;
}

About

Nginx uuid module based on libuuid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0