diff --git a/docker/nginx/conf.d/server/server.account b/docker/nginx/conf.d/server/server.account index 179dae24..2fb5551d 100644 --- a/docker/nginx/conf.d/server/server.account +++ b/docker/nginx/conf.d/server/server.account @@ -12,6 +12,10 @@ location /health { proxy_pass http://accounts:3000; } +location /stripe/webhook { + proxy_pass http://accounts:3000; +} + location /api/stripe/billing { proxy_pass http://dashboard:3000; }