a1f0dffe01
Adds commented out settings in nginx conf for testing basic auth and auth proxy
5 lines
91 B
Docker
5 lines
91 B
Docker
FROM nginx:alpine
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
COPY htpasswd /etc/nginx/htpasswd
|