ft_transcendence/nginx/conf/locations/auth.conf

4 lines
99 B
Text

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