diff --git a/docker/nginx/conf.d/server/server.account b/docker/nginx/conf.d/server/server.account index 0c022df8..256bbae0 100644 --- a/docker/nginx/conf.d/server/server.account +++ b/docker/nginx/conf.d/server/server.account @@ -12,18 +12,6 @@ location /health { proxy_pass http://accounts:3000; } -#location /stripe/webhook { -# proxy_pass http://accounts:3000; -#} - -#location /api/stripe/billing { -# proxy_pass http://dashboard:3000; -#} - -#location /api/stripe/checkout { -# proxy_pass http://dashboard:3000; -#} - location /api { rewrite /api/(.*) /$1 break; proxy_pass http://accounts:3000;