4 lines
99 B
Text
4 lines
99 B
Text
#forward the post request to the microservice
|
|
location /api/auth/ {
|
|
proxy_pass http://app-auth;
|
|
}
|