Move docker files into subdir
This commit is contained in:
parent
600cbc626f
commit
246317d84f
5 changed files with 0 additions and 2 deletions
9
docker/nginx.conf
Normal file
9
docker/nginx.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
server {
|
||||
listen 80 default_server;
|
||||
root "/usr/share/nginx/html";
|
||||
|
||||
location / {
|
||||
auth_basic "Restricted";
|
||||
auth_basic_user_file auth.htpasswd;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue