This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
-
Hi Derek, I just had a simple question regarding the overall architecture of the application. Am I correct in thinking that:
Is that right? |
Beta Was this translation helpful? Give feedback.
Answered by
derekhe
Dec 4, 2021
Replies: 1 comment 2 replies
-
Yes, correct. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Marakai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, correct.
The nginx is used to handle the requests and do url remapping. I found a problem that Flask can't handle http2.0 requests, so the photogrammetry data will not load. Use nginx can avoid this issue. But if any server can do the proxy well, we can get rid of nginx.