move various login routes under auth/

This commit is contained in:
Girish Ramakrishnan
2023-08-10 16:21:22 +05:30
parent 9ba6908764
commit 6c4aa605df
13 changed files with 162 additions and 149 deletions

View File

@@ -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;