ft_transcendence/nginx/conf/locations/user.conf

4 lines
99 B
Text

#forward the post request to the microservice
location /api/user/ {
proxy_pass http://app-user;
}