You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From our discussions, we are trying to solve two problems:
Map resources (Ex: local => http://localhost:8091, remote => mycoolbackend.com)
Use NGINX to handle HTTPS, malformed requests, probing attack etc.
What would be ideal would be:
Continue to develop server.js so that we can do the resource mapping there.
Setup very small nginx proxy that redirects all traffic to this small backend.
To me, the latter is less important and we should prioritize 1, which would enable users to run Azimuth on the Cloud, on a K8 server while hosting the frontend locally or somewhere else entirely.
No description provided.
The text was updated successfully, but these errors were encountered: