From 7cb8f3c7913401861d094bf0b38f041f480980d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczyk?= Date: Wed, 25 May 2022 15:19:40 +0200 Subject: [PATCH] wip --- docker/nginx/conf.d/server/server.account | 12 ------------ 1 file changed, 12 deletions(-) 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;