From d5bf16231a5e0d76c66a8aaa4c86b08bf305d5a7 Mon Sep 17 00:00:00 2001 From: Miroslav Blasko Date: Tue, 28 Nov 2023 14:56:57 +0100 Subject: [PATCH] [Fix] Commit template variable configuration --- deploy/internal-auth/nginx/template-variables.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 deploy/internal-auth/nginx/template-variables.conf diff --git a/deploy/internal-auth/nginx/template-variables.conf b/deploy/internal-auth/nginx/template-variables.conf new file mode 100644 index 00000000..71eb7ebf --- /dev/null +++ b/deploy/internal-auth/nginx/template-variables.conf @@ -0,0 +1,7 @@ +map $host $record_manager_origin { + default "$RECORD_MANAGER_ORIGIN"; +} + +map $host $record_manager_root_path { + default "$RECORD_MANAGER_ROOT_PATH"; +}