From b2fd1a2ef1d25142d557a2ea55163187fdb1a044 Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Fri, 17 Jan 2025 09:42:17 -0500 Subject: [PATCH] Update birdhouse/components/weaver/config/proxy/conf.extra-service.d/weaver.conf.template Co-authored-by: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> --- .../config/proxy/conf.extra-service.d/weaver.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdhouse/components/weaver/config/proxy/conf.extra-service.d/weaver.conf.template b/birdhouse/components/weaver/config/proxy/conf.extra-service.d/weaver.conf.template index cd47bfff..f6cf0870 100644 --- a/birdhouse/components/weaver/config/proxy/conf.extra-service.d/weaver.conf.template +++ b/birdhouse/components/weaver/config/proxy/conf.extra-service.d/weaver.conf.template @@ -43,7 +43,7 @@ location = ${TWITCHER_PROTECTED_PATH}/${WEAVER_MANAGER_NAME} { return 301 /${WEAVER_MANAGER_NAME}/$is_args$args; } - location ${TWITCHER_PROTECTED_PATH}/${WEAVER_MANAGER_NAME}/ { + location ~ ^${TWITCHER_PROTECTED_PATH}/${WEAVER_MANAGER_NAME}/(.*)$ { return 301 /${WEAVER_MANAGER_NAME}/$is_args$args; }