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
Right now the nginx.conf provided by s2i by default includes a block:
location {
}
in the default_server block. When serving an SPA at root this causes problems. There are a bunch of examples out there for how to serve single page apps from root