mastodon: fix sign_up route, redirect to sign_in
This commit is contained in:
parent
deb4215fe7
commit
0b547d0ee4
|
@ -65,7 +65,7 @@ services:
|
|||
root * /srv
|
||||
file_server
|
||||
}
|
||||
redir /auth/sign_up https://auth.pub.solar/realms/pub.solar/login-actions/registration?client_id=mastodon temporary
|
||||
redir /auth/sign_up /auth/sign_in temporary
|
||||
redir /auth/confirmation/new https://auth.pub.solar/realms/pub.solar/login-actions/reset-credentials?client_id=mastodon temporary
|
||||
redir /auth/password/new https://auth.pub.solar/realms/pub.solar/login-actions/reset-credentials?client_id=mastodon temporary
|
||||
reverse_proxy @streaming {
|
||||
|
|
Loading…
Reference in a new issue