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 5a98313 commit b2fd1a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b2fd1a2

Please sign in to comment.