From e008e2af3796ac92eec698a0bc21db637e4b0888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6nig?= <Alexander.Koenig@eurac.edu> Date: Wed, 27 Sep 2017 15:16:20 +0200 Subject: [PATCH] fixed a typo in nginx Dockerfile --- Dockerfile.nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.nginx b/Dockerfile.nginx index e5d5bb2..f576c67 100644 --- a/Dockerfile.nginx +++ b/Dockerfile.nginx @@ -79,7 +79,7 @@ COPY commul-customization/default-ssl /opt/nginx/conf/ COPY commul-customization/nginx.conf /opt/nginx/conf/ COPY commul-customization/repository_auth /opt/nginx/conf/ COPY commul-customization/shibboleth2.xml /opt/shibboleth-sp-fastcgi/etc/shibboleth/ -COPY commul-customization/lindat.eurac.edu.template.metadata.xml /opt/shibboleth-sp-fastcgi/etc/shibboleth/ +COPY commul-customization/clarin.eurac.edu.template.metadata.xml /opt/shibboleth-sp-fastcgi/etc/shibboleth/ COPY commul-customization/shib_clear_headers /opt/nginx/conf/ # copy over config files -- GitLab