wip
This commit is contained in:
parent
9dacf07ef4
commit
7cb8f3c791
|
@ -12,18 +12,6 @@ location /health {
|
||||||
proxy_pass http://accounts:3000;
|
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 {
|
location /api {
|
||||||
rewrite /api/(.*) /$1 break;
|
rewrite /api/(.*) /$1 break;
|
||||||
proxy_pass http://accounts:3000;
|
proxy_pass http://accounts:3000;
|
||||||
|
|
Reference in New Issue