Skip to content

o-space/nginx-basic-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nignx Basic Auth

Basic authentication based on nginx.

Add more users

Add a new line to the nginx/htpasswd file. Each line is in the format of username:password-hash.

Password hashes must be done using the Apache MD5 based algorithm, this can easily done using openssl:

echo "[password]" | openssl passwd -apr1 -stdin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published