Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/kratos/guides/deploy-kratos-example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,6 @@ instances of Ory Kratos running on the various virtual machines. We need two ups
return 403;
}

rewrite /admin/(.*) /$1 break;

proxy_pass http://admin_api;
proxy_redirect off;
proxy_set_header Host $host;
Expand Down
Loading