planetary-social / ansible-scripts

Ansible automation scripts used at Planetary
MIT License
2 stars 3 forks source link

add role which updates nginx config for the blobs server #6

Closed chereseeriepa closed 1 year ago

chereseeriepa commented 1 year ago

This adds configuration to the domains nginx config file so that requests are passed along to the blob server.

In our case, a request looks like this:

https://graphql.planetary.pub/blob/:blobId

And is the converted to this for the blob server to handle:

http://127.0.0.1:26835/get/:blobId

Notes: