Skip to content
Jim Rootham edited this page Mar 7, 2023 · 1 revision

Nginx

`

location /toronto-bids/api { proxy_pass http://127.0.0.1:8100; }

location /test-bids/api { proxy_pass http://127.0.0.1:8101; }

`

Clone this wiki locally