Move docker files into subdir
This commit is contained in:
parent
600cbc626f
commit
246317d84f
5 changed files with 0 additions and 2 deletions
4
docker/passwd.sh
Executable file
4
docker/passwd.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# htpasswd from package apache2-utils
|
||||
htpasswd -nb $1 $2 > nginx.htpasswd
|
||||
Loading…
Add table
Add a link
Reference in a new issue