move various login routes under auth/
This commit is contained in:
@@ -224,7 +224,7 @@ server {
|
||||
client_max_body_size 2m;
|
||||
}
|
||||
|
||||
location ~ ^/api/v1/cloudron/login$ {
|
||||
location ~ ^/api/v1/auth/login$ {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
client_max_body_size 1m;
|
||||
limit_req zone=admin_login burst=5;
|
||||
|
||||
Reference in New Issue
Block a user