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; }