From 9f078b49dbada7768db77cef5ab099b4a887c1cc Mon Sep 17 00:00:00 2001 From: Andrea Ceccanti <andrea.ceccanti@gmail.com> Date: Wed, 4 Jul 2018 11:40:30 +0200 Subject: [PATCH] Minor improvements to documentation --- docker/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 4b38415..1689fc8 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). -- GitLab