This commit is contained in:
Michał Leszczyk 2022-05-25 15:19:40 +02:00
parent 9dacf07ef4
commit 7cb8f3c791
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 0 additions and 12 deletions

View File

@ -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;