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