Added docker-compose config for nginx-basic-auth.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM nginx:1.9.9
|
||||
|
||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY users.htpasswd /etc/nginx/users.htpasswd
|
||||
Reference in New Issue
Block a user