Skip to content

FightingMan/mlogid-nginx-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name

mlogid - trace request with hostname and random string

./configure --add-module=/path/to/mlogid

location ~ \.php$ {
    mlogid on;
    add_header X-Log-Id $mlogid;
    ...
}

About

nginx mlogid module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published