Skip to main content

Nginx Reverse Proxy

Enable Nginx when running clutch-deploy:

docker compose --profile proxy up -d

Routes

PathBackend
/healthclutch-hub-api:3000/health
/graphqlclutch-hub-api:3000/graphql
/api/clutch-hub-api:3000/
/clutch-hub-api:3000/

Config

config/nginx/nginx.conf — edit for custom server names or SSL.