elixir-reverse-proxy icon indicating copy to clipboard operation
elixir-reverse-proxy copied to clipboard

SPA applications

Open houmanka opened this issue 7 years ago • 1 comments

Hi, I have a SPA application in Angular 4. I rendered it and placed it under the Static folder.

Now when I go to the / I get 404 however when I go to /index.html I get my site loaded. Will your library fix this issue?

Thank you in advance

houmanka avatar May 07 '18 08:05 houmanka

Hi @houmanka! What web/application server are you using upstream? The web/application server you're using should be able to handle loading / and /index.html as the same "route", and depending on what you're using, I may be able to help further.

Sadly, this project really isn't intended to be a standalone web/application server and should be paired with web/application to handle such scenarios.

slogsdon avatar May 12 '18 22:05 slogsdon