diff --git a/docker/README.md b/docker/README.md index 4b3841522ed73bf9de85ccad2608a6752586924f..1689fc80e2afeaa220ab0a6b0872d607115e4c26 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1 +1,10 @@ -This folder contains docker files for the VOMS ngx_http_voms_module. +This folder contains a Dockerfile to run an instance of Openresty/NGINX +compiled and linked against the ngx_voms_http_module. + +For more details see the [Dockerfile](./Dockerfile) + +The default configuration for NGINX is provided in [this conf file]( +./assets/nginx.conf). + +A configuration for the `/srm` endpoint useful for the storm docker compose +file is provided in [this conf file](./assets/srm.conf).