ft_transcendence/nginx/conf/locations/auth.conf
Maieul BOYER 0db41a440d feat(frontend): scaffolding to build frontend
- Added `make fnginx` to have better dev experience
- Added app.conf to nginx configuration to handle frontend
2025-11-11 00:20:26 +01:00

4 lines
95 B
Text

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