Skip to content

gitarte/how-to-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how-to-nginx

Create password file

First install relevant tools

apt -y install apache2-utils

Next create the file. Usually it has "hidden" name like .htpasswd (with dot) but I don't care here

htpasswd -c htpasswd USERNAME

Type password when prompted

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published