ft_transcendence/nginx
Maieul BOYER 26627cd4d7 feat(infra/nginx): Fixed nginx redirection and fixed dockerfiles
- nginx now use "raw" proxy_pass, where it doesnt supply the $uri since
  if only the host is provided, nginx will handle lots of usecases
- pnpm now uses the lockfile correctly
- Docker: use lockfile in all steps
- Docker: install the necessary packages if building from source is
  needed (better-sqlite3 for example)
2025-10-28 13:47:20 +01:00
..
conf feat(infra/nginx): Fixed nginx redirection and fixed dockerfiles 2025-10-28 13:47:20 +01:00
15-local-resolvers.envsh getting merged anyway lol 2025-07-29 14:15:25 +02:00
17-add-template-prefix.sh getting merged anyway lol 2025-07-29 14:15:25 +02:00
Dockerfile feat(infra): reworked everything so that a single docker builds all + made sure everything works 2025-07-29 14:15:25 +02:00
README.md getting merged anyway lol 2025-07-29 14:15:25 +02:00

Nginx Configuration

You want to have a new microservice ?

Edit/add a file in conf/locations/ take example on conf/locations/icons.conf on how to make a reverse proxy and on how to serve static files

Good Luck Have Fun