From ba002ef3122e2fcb5fa7335c9db5c1bde059fa1d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 1 May 2022 18:05:01 +0200 Subject: [PATCH] "-" is not allowed. --- shinyproxy/nginx_pep_gcube.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shinyproxy/nginx_pep_gcube.conf.j2 b/shinyproxy/nginx_pep_gcube.conf.j2 index 4d7adbf..3370e58 100644 --- a/shinyproxy/nginx_pep_gcube.conf.j2 +++ b/shinyproxy/nginx_pep_gcube.conf.j2 @@ -7,6 +7,6 @@ map $http_authorization $source_auth { default ""; } -js_import /etc/nginx/snippets/pep-gcube.js; +js_import /etc/nginx/snippets/pep_gcube.js; # added to bind enforce function js_set $authorization pep.enforce;