Skip to content

Commit

Permalink
Update birdhouse/components/weaver/config/proxy/conf.extra-service.d/…
Browse files Browse the repository at this point in the history
…weaver.conf.template

Co-authored-by: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com>
  • Loading branch information
fmigneault and mishaschwartz authored Jan 17, 2025
1 parent b2fd1a2 commit c97b348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
return 301 /${WEAVER_MANAGER_NAME}/$is_args$args;
}
location ~ ^${TWITCHER_PROTECTED_PATH}/${WEAVER_MANAGER_NAME}/(.*)$ {
return 301 /${WEAVER_MANAGER_NAME}/$is_args$args;
return 308 /${WEAVER_MANAGER_NAME}/$1$is_args$args;
}

# optional alternate endpoint to access weaver (see 'components/weaver/default.env')
Expand Down

0 comments on commit c97b348

Please sign in to comment.