fixed authentication/register.json

This commit is contained in:
pavelbannov 2022-01-14 16:56:23 +03:00
parent a66272af1a
commit 4319f5c656

View File

@ -161,6 +161,13 @@ server {
proxy_set_header X-REWRITER-URL $X_REWRITER_URL;
}
location ~* authentication/register(.*) {
rewrite (.*)/authentication/register(.*) $1/people/register$2 break;
proxy_redirect off;
proxy_pass http://localhost:5004;
proxy_set_header X-REWRITER-URL $X_REWRITER_URL;
}
}
location ~* /backup {