mirror of https://github.com/grafana/grafana
Adds commented out settings in nginx conf for testing basic auth and auth proxypull/12609/merge
parent
0b210a6f5d
commit
a1f0dffe01
@ -1,3 +1,4 @@ |
||||
FROM nginx:alpine |
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf |
||||
COPY nginx.conf /etc/nginx/nginx.conf |
||||
COPY htpasswd /etc/nginx/htpasswd |
||||
|
||||
@ -0,0 +1,3 @@ |
||||
user1:$apr1$1odeeQb.$kwV8D/VAAGUDU7pnHuKoV0 |
||||
user2:$apr1$A2kf25r.$6S0kp3C7vIuixS5CL0XA9. |
||||
admin:$apr1$IWn4DoRR$E2ol7fS/dkI18eU4bXnBO1 |
||||
Loading…
Reference in new issue