bzp2010 commented on pull request #2145: URL: https://github.com/apache/apisix-dashboard/pull/2145#issuecomment-924770806
> How to configure my own SPA? is not APISIX dashboard > > as you known, static SPA index.html not has port. > > http://apisix.apache.org/zh/docs/apisix/FAQ/#%E5%A6%82%E4%BD%95%E9%80%9A%E8%BF%87-apisix-%E4%BB%A3%E7%90%86%E8%AE%BF%E9%97%AE-apisix-dashboard > > Is there a problem with my understanding? > The content presented in the document does not meet the requirements。 Hi, @CGerAJ. I fully understand what you mean. 1. About SPA deploy For SPA, although APSIX can support it, it is still based on the old nginx mode (edit `nginx.conf` by `config.yaml`), which can not give full play to the dynamic advantages of APISIX. Personally, I recommend that you use another nginx instance to proxy it; The way of customizing nginx configuration is not elegant and cannot be extended to multiple nodes. 2. About this PR I recommend that you use a short description attached with a link to link it to the APISIX documentation. Both of by `route with upstream` and `customize Nginx configure`. BTW, you should change the PR title to normally format cc @liuxiran @juzhiyuan What do you suggest? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
